Skip to content

Instantly share code, notes, and snippets.

@cozzbie
Last active June 24, 2019 14:00
Show Gist options
  • Save cozzbie/e574f225d4f142a03f2154b77607ac97 to your computer and use it in GitHub Desktop.
Save cozzbie/e574f225d4f142a03f2154b77607ac97 to your computer and use it in GitHub Desktop.
# 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