Mime type error when adding a CSS file to Angular

后端 未结 9 828
野的像风
野的像风 2020-12-20 11:36

I\'m trying to build a static site using Angular. What I want is to have some global css/js/image files to be added to the index.html

This is my code in

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-20 11:49

    make new CSS folder inside the assets folder then put your CSS file inside CSS then link again with the new location

    Eg : -   
    

提交回复
热议问题