Skip to content

Commit a13d74c

Browse files
committed
docs(@angular/cli): add progress to extractI18n workspace schema
1 parent 7ff1e1a commit a13d74c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/angular/cli/lib/config/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,11 @@
11011101
"type": "string",
11021102
"description": "Specifies the source language of the application."
11031103
},
1104+
"progress": {
1105+
"type": "boolean",
1106+
"description": "Log progress to the console.",
1107+
"default": true
1108+
},
11041109
"outputPath": {
11051110
"type": "string",
11061111
"description": "Path where output will be placed."

0 commit comments

Comments
 (0)