Yaroslav Admin
4774049e84
feat(@angular/cli): disable progress when running outside TTY
...
The default value is changed from `true` to `progress.stdout.isTTY`. It
still has lower priority than value specified by command line flag or in
the .angular-cli.json config.
Fixes #8148
2017-11-21 11:51:53 -08:00
Olivier Combe
d52d290c80
feat(@angular/cli): add new xi18n parameters --locale and --outFile ( #5154 )
...
Fixes #5145
2017-03-02 11:54:01 -08:00
Hans Larsen
b4594bac33
fix(@angular/cli): add more description
2017-02-22 17:20:17 -08:00
Sumit Arora
7ebe4f0d4e
fix(@angular/cli): adding help descriptions
2017-02-22 18:43:34 -05:00
Sumit Arora
ade2236a9b
feat(@angular/cli): adding the --app command option ( #4754 )
2017-02-22 14:19:29 -08:00
Hans
6b26f91772
fix(@angular/cli): improve bootstrapping time ( #4537 )
...
The xi18n command was loading everything which was slowing down starting times.
2017-02-08 11:36:38 -08:00
Carlos Galan Cladera
86025369ad
feature(i18n): implement xi18n command ( #3340 )
...
Implement i18n messages extractor. Contrary to @angular/complier-cli's command it will not throw an error if a resource is not found.
2017-02-07 19:19:04 -08:00