Alan Agius
4bc0ec39b1
fix(@angular/cli): ng version
should report if ivy is enabled
...
Closes : #14491
2019-11-27 13:41:57 -08:00
Charles Lyding
c4313f55e4
refactor(@angular/cli): unify color handling and support
2019-06-24 17:27:59 -07:00
cexbrayat
3cd0931eb7
fix(@angular/cli): correct git branch in ng version
...
When testing a local CLI build with `npm link @angular/cli`, if you run `ng version`,
you currently see:
Angular CLI: local (v8.1.0-beta.2+24.3bb67d8.with-local-changes, branch: version)
if the Git branch is `fix/version`.
Whit this PR, `ng version` now displays the proper Git branch name:
Angular CLI: local (v8.1.0-beta.2+24.3bb67d8.with-local-changes, branch: fix/version)
2019-06-19 17:06:52 -07:00
Keen Yee Liau
ff2600b417
fix(@angular/cli): @bazel/* are not shown in ng version
...
Update `ng version` to show versions for @bazel/* packages to help users
report meaningful errors when they opt in to Bazel.
2019-05-15 14:15:03 -07:00
Alan Agius
e0acac9c2d
feat(@angular/cli): add @nguniversal/*
to ng version
...
Closes #9959
2019-03-13 13:53:38 -07:00
Hans Larsen
30b0cbda0d
refactor(@angular/cli): automated JSON schema interface generation
2018-09-13 16:44:17 -07:00
Hans
7ffd3b3033
refactor(@angular/cli): rename project to workspace and clean up
...
Removed unnecessary fields in interfaces, added some comments. Overall QoL.
2018-09-06 07:37:48 -07:00
Hans
de7ec84872
feat(@angular/cli): add --helpJson (or --help-json) too all commands
...
And other refactors.
The interface for the JSON is available in command.ts (the CommandDescription).
2018-09-06 07:37:48 -07:00
Hans
c75318b432
fix(@angular/cli): fix ci for new command formats
2018-08-13 20:58:47 -07:00