mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
fix(@angular-devkit/schematics): add aliases to collection-schema.json
This commit is contained in:
parent
91f5be769d
commit
32d85622ed
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user