Mime type error when adding a CSS file to Angular

后端 未结 9 844
野的像风
野的像风 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:48

    Had that issue because I have defined the same *.css file, in both the *.html & the angular.json files on angular

提交回复
热议问题