Files
angular-docs-cn/packages/elements/schematics/collection.json
T

10 lines
227 B
JSON
Raw Normal View History

2018-04-03 14:52:33 -07:00
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Adds the document-register-element polyfill.",
"factory": "./ng-add"
}
}
}