ng config doesn't parse array brackets #14516
Labels
area: @angular/cli
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Can't tell
Description
Ng config tells that you can provide a json path, but array subscription doesn't seem to work.
https://angular.io/cli/config
🔬 Minimal Reproduction
Create a new project, angular.json file should have an asset entry with 2 entries, to access the table you can do
ng config "projects.<your-project>.architect.build.options.assets"
and it will output an arrayBut if you do
ng config "projects.<your-project>.architect.build.options.assets[0]"
it will tell "Value cannot be found", expected is "src/favicon.ico" or whatever is here...🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: