Thursday, October 4, 2018

Angular pre-processor

If you wanna change pre-processor on existing project run
ng config schematics.@schematics/angular:component.styleext styl
If you wanna change pre-processor on new project run:
ng new my-app --style styl