10 lines
227 B
JSON
10 lines
227 B
JSON
|
{
|
||
|
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
|
||
|
"schematics": {
|
||
|
"ng-add": {
|
||
|
"description": "Adds the document-register-element polyfill.",
|
||
|
"factory": "./ng-add"
|
||
|
}
|
||
|
}
|
||
|
}
|