Alan Agius a38650d4a4 Revert "docs: remove @latest reference from npm init command"
This reverts commit 467ba5af8278399c1fcf11137644f7c61af8f59c.
2022-11-29 14:37:16 +00:00

448 B

@angular/create

Create an Angular CLI workspace

Scaffold an Angular CLI workspace without needing to install the Angular CLI globally. All of the ng new options and features are supported.

Usage

npm

npm init @angular@latest [project-name] -- [...options]

yarn

yarn create @angular [project-name] [...options]

pnpm

pnpm create @angular [project-name] [...options]