Skip to content

Instantly share code, notes, and snippets.

@nirlanka
Last active July 25, 2019 10:05
Show Gist options
  • Save nirlanka/20e3c0e9f9f0a5bbdd9a18f710518b21 to your computer and use it in GitHub Desktop.
Save nirlanka/20e3c0e9f9f0a5bbdd9a18f710518b21 to your computer and use it in GitHub Desktop.
Create quick light Angular project
$appname="one"
ng new $appname --prefix=$appname --enableIvy=true --inlineStyle=true --inlineTemplate=true --skipTests=true --routing=true --skipInstall=true --style=sass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment