Lakhyari
58599e125e
feat(@angular/cli): ng doc accepts a version flag
...
With this commit, we can now specify a `version`
for the `ng doc` command
ng doc --version 6
ng doc -v 6
and this will open `v6.angular.io` instead of `angular.io`.
The default domain is still used
if no version is specified.
Refs #12365
2019-06-17 11:02:56 -07:00
Andriy Pyvovarchuk
50cce668cc
refactor: replace deprecated package opn with open
2019-04-01 10:53:12 -07:00
WilliamKoza
ec94f42108
fix(@angular/cli): wrap opn
in a new Promise because opn
is already resolve is already resolve.
2019-02-08 16:10:59 -08:00
William KOZA
416b05061f
fix(@angular/cli): Add an error message when we call ng doc
without keyword. Currently, we open a page with the keyword undefined
. ( #13604 )
2019-02-07 08:24:29 -08:00
Hans Larsen
30b0cbda0d
refactor(@angular/cli): automated JSON schema interface generation
2018-09-13 16:44:17 -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