We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378726b commit e626947Copy full SHA for e626947
docs/getting-started/ng-cli.md
@@ -2,12 +2,10 @@
2
3
#### Installing angular-cli
4
5
-*Important*: please check `angular-cli` version, it should be => "1.0.0-beta.24"
6
-
7
*Note*: you can skip this part if you already have application generated by `ng-cli` and webpack
8
9
```bash
10
-npm i -g angular-cli
+npm i -g @angular/cli
11
ng new my-app
12
cd my-app
13
ng serve
0 commit comments