2 Commits

Author SHA1 Message Date
Abdulhaq Emhemmed
f6ca2d76f3 fix(@angular/cli): Use appropriate packageManager for linking
When creating a new project using the --link-cli option, the
linking command was hard-coded to use npm link @angular/cli.
This commit replicates the behaviour of npm-install where the
package manager is obtained from the global config and is then
used for linking.

Close #5524
2017-03-29 10:58:37 +01:00
Hans
601f9b38f8 feat(@angular/cli): move angular-cli to @angular/cli (#4328)
This release is otherwise identical to beta.28.
2017-02-01 18:19:50 -08:00