I am trying to use Sass with angular-cli , but it does not work. I get the following error:
EXCEPTION: Failed to load http://localhost:4200/app/app.component.sass.
I added node-sassto mine package.json, changed styleUrlsto ['app.component.sass'], and also installed "styleExt": "sass"in the file angular-cli.json.
Am I missing something to make it work?
source
share