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.",
|
2019-11-11 09:27:36 +01:00
|
|
|
"factory": "./ng-add",
|
|
|
|
|
"schema": "ng-add/schema.json"
|
2018-04-03 14:52:33 -07:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|