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:
Basically there are three different ways to do that :-
"styles": [ "../node_modules/bootstrap/dist/css/bootstrap.min.css", "styles.css" ]
@import "~bootstrap/dist/css/bootstrap.min.css";
You can find a more elaborated explanation and a few more alternatives at this link