From 32d85622ed96a82481d822fe587fa027ff38ecab Mon Sep 17 00:00:00 2001 From: Louis Larry Date: Thu, 24 Jan 2019 08:37:26 +0700 Subject: [PATCH] fix(@angular-devkit/schematics): add aliases to collection-schema.json --- packages/angular_devkit/schematics/collection-schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/angular_devkit/schematics/collection-schema.json b/packages/angular_devkit/schematics/collection-schema.json index 83ad73562af6..497504442015 100644 --- a/packages/angular_devkit/schematics/collection-schema.json +++ b/packages/angular_devkit/schematics/collection-schema.json @@ -26,6 +26,12 @@ "additionalProperties": { "type": "object", "properties": { + "aliases": { + "type": "array", + "items": { + "type": "string" + } + }, "factory": { "type": "string", "description": "A folder or file path to the schematic factory"