mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
37d2cb4553
PR Close #23298
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"
|
|
}
|
|
}
|
|
}
|