Skip to content

Commit 32d8562

Browse files
louislarryalexeagle
authored andcommitted
fix(@angular-devkit/schematics): add aliases to collection-schema.json
1 parent 91f5be7 commit 32d8562

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/angular_devkit/schematics/collection-schema.json

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
"additionalProperties": {
2727
"type": "object",
2828
"properties": {
29+
"aliases": {
30+
"type": "array",
31+
"items": {
32+
"type": "string"
33+
}
34+
},
2935
"factory": {
3036
"type": "string",
3137
"description": "A folder or file path to the schematic factory"

0 commit comments

Comments
 (0)