Angular CLI SASS options
When you are creating your project with angular cli try this:
ng new My_New_Project --style=sass
This generates all your components with predefined sass files.
If you want scss syntax create your project with :
ng new My_New_Project --style=scss
If y...
blog.junaidahmed.dev1 min read