Last active
July 25, 2019 10:05
-
-
Save nirlanka/20e3c0e9f9f0a5bbdd9a18f710518b21 to your computer and use it in GitHub Desktop.
Create quick light Angular project
This file contains 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
$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