ng config
Retrieves or sets Angular configuration values in the angular.json file for the workspace.
ng config <jsonPath> <value> [options]
Arguments:
ARGUMENT | DESCRIPTION |
---|---|
<jsonPath> | The configuration key to set or query, in JSON path format. For example: "a[3].foo.bar[2]". If no new value is provided, returns the current value of this key. |
<value> | If provided, a new value for the given configuration key. |
Options
OPTION | DESCRIPTION |
---|---|
--global=true|false | When true, accesses the global configuration in the caller's home directory. Default: false Aliases: -g |
--help= true|false|json|JSON | Shows a help message for this command in the console. Default: false |
Previous: ng build
Next:
ng analytics
- Exercises: Weekly Top 12 Most Popular Topics
- Pandas DataFrame: Exercises, Practice, Solution
- Conversion Tools
- JavaScript: HTML Form Validation
- SQL Exercises, Practice, Solution - SUBQUERIES
- C Programming Exercises, Practice, Solution : For Loop
- Python Exercises, Practice, Solution
- Python Data Type: List - Exercises, Practice, Solution
- C++ Basic: Exercises, Practice, Solution
- SQL Exercises, Practice, Solution - exercises on Employee Database
- SQL Exercises, Practice, Solution - exercises on Movie Database
- SQL Exercises, Practice, Solution - exercises on Soccer Database
- C Programming Exercises, Practice, Solution : Recursion