We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5293fe commit d096e57Copy full SHA for d096e57
packages/angular/cli/lib/config/schema.json
@@ -1362,6 +1362,10 @@
1362
"description": "Specifies the source language of the application.",
1363
"x-deprecated": "Use 'i18n' project level sub-option 'sourceLocale' instead."
1364
},
1365
+ "ivy": {
1366
+ "type": "boolean",
1367
+ "description": "Use Ivy compiler to extract translations."
1368
+ },
1369
"progress": {
1370
"type": "boolean",
1371
"description": "Log progress to the console.",
0 commit comments