Update the Angular CLI installation command (#3214)
This commit is contained in:
parent
223854fcd1
commit
c8de7fb3dd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue