How can I use SASS in angular project?
When you are creating your project with angular cli, you can use ng new
command. It generates all your components with predefined sass files.
ng new My_New_Project --style=sass
But if you are changing your existing style in your project then use ng set
command,
ng set defaults.styleExt scss
July 17, 2022
281
Read more
What is Angular Framework?
November 04, 2022
AngularWhat is a Angular module?
November 03, 2022
AngularWhat are the steps to use animation module?
October 31, 2022
Angular