mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e41cbfb585
PR Close #32791
11 lines
265 B
JSON
11 lines
265 B
JSON
{
|
|
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
|
|
"schematics": {
|
|
"ng-add": {
|
|
"description": "Add @angular/localize polyfill to a project.",
|
|
"factory": "./ng-add",
|
|
"schema": "ng-add/schema.json"
|
|
}
|
|
}
|
|
}
|