10 Commits

Author SHA1 Message Date
Hans Larsen
729d407fa1 fix(@angular/cli): save package on ng add
Before it was the job of the ng-add schematic to save the package. Now we do
it automatically. This is more expected (and works without ng-add schematics
if the user want to use "ng add moment" for example).
2018-05-01 16:50:13 -07:00
Charles Lyding
ceeb292a29 refactor(@angular/cli): remove chalk dependency 2018-05-01 10:24:36 -07:00
Hans Larsen
a47676bd8a fix(@angular/cli): show a nicer error if packages does not support schematics
Does not show a better error if there are schematics but ng-add isnt found. That will
simply show "schematics ng-add not found" or something alike, which is fine here.

fixes #10467
2018-04-27 11:19:37 -07:00
Charles Lyding
cfcb5cb60c refactor(@angular/cli): minor command type cleanup 2018-04-11 11:56:03 -04:00
Hans
555b5be150 fix(@angular/cli): allow some schematic commands to allow private
Fix #10182
2018-04-04 20:40:11 -07:00
Mike Brocchi
24bcc19fa0 fix(@angular/cli): Organize the help output 2018-04-04 16:12:42 -07:00
Charles Lyding
64ebf9cf63 feat(@angular/cli): update cli config with workspace support 2018-03-27 21:03:18 -07:00
Mike Brocchi
7d04c9ca12 fix(@angular/cli): Fix add command collection arg parsing 2018-03-22 19:15:53 -07:00
Mike Brocchi
b0569241bc feat(@angular/cli): Implement schematic workflow and workspace 2018-03-22 19:15:53 -07:00
Hans Larsen
093e4ea55c feat(@angular/cli): add the add command 2018-03-09 00:00:58 -05:00