Last active
June 24, 2019 14:00
-
-
Save cozzbie/e574f225d4f142a03f2154b77607ac97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Manually change from css to scss: | |
ng config schematics.@schematics/angular:component.styleext scss | |
# From scratch: | |
ng new <project-name> --style=scss | |
# Set global default | |
ng config --global defaults.styleExt=scss |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment