Skip to content

Instantly share code, notes, and snippets.

@calvimor
Last active May 3, 2017 23:59
Show Gist options
  • Save calvimor/fea849baeca9f969b7d8c287806e3128 to your computer and use it in GitHub Desktop.
Save calvimor/fea849baeca9f969b7d8c287806e3128 to your computer and use it in GitHub Desktop.
angular cli

Requirement //6.9.1 or higher

##Installing the Angular CLI
```npm install –g @angular/cli

##Verifying the Angular CLI Version
```ng -v

##Create a new angular app
//Generate the app and skip npm install
```ng new ngtest --skip-install 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment