docs(@angular/cli): add progress to extractI18n workspace schema

This commit is contained in:
Hans Larsen 2018-09-27 12:10:29 -04:00 committed by Hans
parent 7ff1e1a33e
commit a13d74cd98

View File

@ -1101,6 +1101,11 @@
"type": "string",
"description": "Specifies the source language of the application."
},
"progress": {
"type": "boolean",
"description": "Log progress to the console.",
"default": true
},
"outputPath": {
"type": "string",
"description": "Path where output will be placed."