I'm trying to use Sass with angular-cli but it's not working. I'm getting the following error:
EXCEPTION: Failed to load http://localhost:4200/app/app.component.sass.
I've added node-sass to my package.json, changed styleUrls to ['app.component.sass'] and also set "styleExt": "sass" in the angular-cli.json file.
Am I missing something to make it work?