From a13d74cd985d50ca9bb07214d49e00aeb08794d1 Mon Sep 17 00:00:00 2001 From: Hans Larsen Date: Thu, 27 Sep 2018 12:10:29 -0400 Subject: [PATCH] docs(@angular/cli): add progress to extractI18n workspace schema --- packages/angular/cli/lib/config/schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/angular/cli/lib/config/schema.json b/packages/angular/cli/lib/config/schema.json index c758f76f0a..cb898d3c70 100644 --- a/packages/angular/cli/lib/config/schema.json +++ b/packages/angular/cli/lib/config/schema.json @@ -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."