Alan Agius
a38650d4a4
Revert "docs: remove @latest
reference from npm init
command"
...
This reverts commit 467ba5af8278399c1fcf11137644f7c61af8f59c.
2022-11-29 14:37:16 +00:00
Charles Lyding
b2add316e7
build: remove unneeded BUILD file licenses rule comments
2022-09-13 10:33:49 -07:00
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
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
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