Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/angular_devkit/schematics/collection-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
"type": "boolean",
"default": false,
"description": "Whether or not this schematic can be called from an external schematic, or a tool. This implies hidden: true."
},
"version": {
"type": "string",
"description": "Used for an `ng update` migration schematic. Specifies in which version of the library the migration schematic will run when updating"
}
},
"required": ["factory", "description"]
Expand Down