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
index.html
This is my code in
This is your code which links your layers.css file.
From this line please remove type="text/css".
type="text/css"
So, the code will become:
Use this line, I hope It will work now. Thank You