feat(@angular/cli): update configuration schema with ivy i18n extraction support

This commit is contained in:
Charles Lyding 2020-08-18 10:17:29 -04:00 committed by Alan Agius
parent a5293fe747
commit d096e57884

View File

@ -1362,6 +1362,10 @@
"description": "Specifies the source language of the application.",
"x-deprecated": "Use 'i18n' project level sub-option 'sourceLocale' instead."
},
"ivy": {
"type": "boolean",
"description": "Use Ivy compiler to extract translations."
},
"progress": {
"type": "boolean",
"description": "Log progress to the console.",