Skip to content

Instantly share code, notes, and snippets.

@alex-oliveira
Last active April 20, 2017 17:40
Show Gist options
  • Save alex-oliveira/c4fe2060a561360894dde3627855d83b to your computer and use it in GitHub Desktop.
Save alex-oliveira/c4fe2060a561360894dde3627855d83b to your computer and use it in GitHub Desktop.
Notes about Angular

Create a project with preprocessor of css

ng new my-project --style=sass

ng new my-project --style=less

ng new my-project --style=stylus

Change the preprocessor already existing project

ng set defaults.styleExt scss

ng set defaults.styleExt less

ng set defaults.styleExt stylus

Generate optimized code to production using AOT

ng build --aot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment