Mike Brocchi
12e10e32ea
feat(@angular/cli): Clean up generate options
...
BREAKING CHANGE: Removed collection and lint-fix options
2018-03-08 22:56:42 -05:00
Hans Larsen
a9bbe2a61e
fix(@angular/cli): when a schematic fails on commit errors fail the command
...
Before the only way it could fail was to have the schematic throw, but that does
not happen when the schematic creates files that already exist (e.g.). This fixes
that.
2018-03-08 17:26:21 -08:00
Mike Brocchi
9f77c868d2
feat(@angular/cli): Update command runner.
...
This change removes the dependency of the ember-cli command structure.
2018-03-06 17:57:38 -05:00
Charles Lyding
57d7c16570
feat(@angular/cli): use schematic tasks for application init
2018-02-07 21:07:38 -05:00
Mike Brocchi
5a736bd90b
refactor: Update rxjs operators to be lettable
...
Fixes #8912
2018-01-23 09:55:02 -08:00
Hans Larsen
554908e245
fix(@angular/cli): allow for schema-less schematics to be generated
2018-01-22 19:22:02 -08:00
Filipe Silva
93e5d460b4
feat(@angular/cli): use devkit core formats for schematics
...
Followup to https://github.com/angular/devkit/pull/334
2018-01-18 13:03:19 -05:00
Filipe Silva
fd82e1870e
build: update chalk to 2.2
...
`chalk@2.2` is incompatible with `@types/chalk`.
2017-10-24 12:03:55 -07:00
Hans Larsen
0d6aaf81ef
refactor: simplify the schematic-run task a bit
2017-10-16 18:37:25 +01:00
Ahsan Ayaz
fa42645861
fix(@angular/cli): Generating component considers default style extension for project now
2017-09-19 21:21:50 -04:00
Hans Larsen
bf3c519d9f
fix(@angular/cli): use an empty host for ng new
...
Creating the host means listing all files and directory. On large directories
it can be quite expensive. On ng new however we do not need to list everything,
only detect conflicts, so using an empty tree as the host of the schematics
makes sense.
2017-09-06 09:55:57 +01:00
Mike Brocchi
128187e4c1
feat(@angular/cli): Update generate & new to use schematics
...
This feature is related to #6593
2017-08-16 18:24:43 -04:00