The default style files generated and compiled by @angular/cli
are css.
If you want to use scss instead, generate your project with:
ng new project_name --style=scss
If you want to use sass, generate your project with:
ng new project_name --style=sass