mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7f1c2b758e
Migrates `packages/localize/schematics` to `ts_project`. PR Close #61843
11 lines
283 B
JSON
11 lines
283 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/ng_add_bundle.cjs",
|
|
"schema": "ng-add/schema.json"
|
|
}
|
|
}
|
|
}
|