Reputation: 3689
I need to update the angular-cli.json
configuration settings for an @angular/cli
project that I inherited, but the Angular-CLI Wiki does not have any information on the content of that JSON file, nor the available options.
How do I get a list of all properties available in the angular-cli.json
configuration settings?
The closest thing seems to be this ng get
documentation, but that assumes that I know all the properties.
Upvotes: 22
Views: 11313
Reputation: 682
I think the documentation you are looking for is here: https://github.com/angular/angular-cli/wiki/angular-cli
Upvotes: 17