From c8de7fb3dd3515fb0cd550bfea7ebc9317e698d3 Mon Sep 17 00:00:00 2001 From: frankfullstack Date: Thu, 9 Feb 2017 02:29:18 +0100 Subject: [PATCH] Update the Angular CLI installation command (#3214) --- public/docs/ts/latest/cli-quickstart.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cli-quickstart.jade b/public/docs/ts/latest/cli-quickstart.jade index 56eb83ab47..c04011193e 100644 --- a/public/docs/ts/latest/cli-quickstart.jade +++ b/public/docs/ts/latest/cli-quickstart.jade @@ -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. code-example(language="sh" class="code-shell"). - npm install -g angular-cli + npm install -g @angular/cli .l-main-section h2#create-project Step 2. Create a new project