Alan Agius 467ba5af82 docs: remove @latest reference from npm init command
NPM doesn't correctly handle version specifier for scoped packages when using the `init` command

See: https://github.com/npm/cli/issues/5175
2022-07-18 15:29:44 -04:00

363 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 [project-name] -- [...options]

Yarn

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