Open graham-sportsmgmt opened 7 years ago
Instead of adding the busy.css in your index.html, insert it in your .angular-cli.json in the apps/styles section, like this:
"styles": [
"styles.css",
"../node_modules/angular2-busy/build/style/busy.css"
]
I think documentation should be updated so people don't struggle with the same problem as @graham-sportsmgmt and I.
even after adding this to the styles it is not working
I inserted the stylesheet link into index.html as directed, but I'm getting a 404 in my browser.
<link rel="stylesheet" href="/node_modules/angular2-busy/build/style/busy.css">
Is there another way to import the styles?