2 Commits

Author SHA1 Message Date
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
Alan Agius
cfe93fbc89 feat(@angular/create): add support for yarn create and npm init
With this change we add support to scaffold  an Angular workspace using `yarn create @angular` and `npm init @angular`. These shortcuts support all of the `ng-new` options.

Closes #10339 and closes #14292
2022-07-12 10:19:23 -07:00