ng config
This is the documentation for Angular 6.
You can switch to the latest version Angular 10.
You can switch to the latest version Angular 10.
ng config [key] [value]
Get/set configuration values. [key]
should be in JSON path format. Example: a[3].foo.bar[2]
.
If only the [key]
is provided it will get the value. If both the [key]
and [value]
are provided it will set the value.
Options
--global
#
Type | boolean |
Aliases | g |