1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-25 16:57:51 +08:00

Revert "docs: remove @latest reference from npm init command"

This reverts commit 467ba5af8278399c1fcf11137644f7c61af8f59c.
This commit is contained in:
Alan Agius 2022-11-29 12:04:19 +01:00 committed by angular-robot[bot]
parent 80a7887883
commit a38650d4a4

@ -9,7 +9,7 @@ Scaffold an Angular CLI workspace without needing to install the Angular CLI glo
### npm
```
npm init @angular [project-name] -- [...options]
npm init @angular@latest [project-name] -- [...options]
```
### yarn