I\'m trying to use the angular2-busy
library in an angular project created with the CLI, but am having an issue importing the stylesheet:
You are missing the self closing / at the end of your code. It's possible the browser is not fixing this for you.
Also removing rel="stylesheet" would definitely not fix the problem since the browser needs to know exactly what kind reference you are referring to.
If fixing the closing tag does not work then your path is wrong. You can also try adding a ../ to the beginning of your path. This will make it relative to the folder the site is in.