Update the Angular CLI installation command (#3214)

This commit is contained in:
frankfullstack 2017-02-09 02:29:18 +01:00 committed by Jules Kremer
parent 223854fcd1
commit c8de7fb3dd
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ h2#devenv Step 1. Set up the Development Environment
Then **install the [Angular-CLI](https://github.com/angular/angular-cli)** globally. Then **install the [Angular-CLI](https://github.com/angular/angular-cli)** globally.
code-example(language="sh" class="code-shell"). code-example(language="sh" class="code-shell").
npm install -g angular-cli npm install -g @angular/cli
.l-main-section .l-main-section
h2#create-project Step 2. Create a new project h2#create-project Step 2. Create a new project