Angular – change default stylesheet

Table of Contents

Source

Typescript

Knowledge Check

				
					ng config schematics.@schematics/angular:component.style scss
				
			
				
					// angular.json
// change all "sass" to "scss" with replacment function in your editor 
 
				
			
				
					// change style.sass to style.scss
				
			

Thats it have fun