Alan Agius f93de8071f fix(@angular/create): use appropriate package manager to install dependencies
Previously, NPM was always used to install dependencies even when using `yarn create` or `pnpm create`.

Closes #23617
2022-07-22 14:00:57 -04:00

441 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]

pnpm

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