angular/packages/localize/schematics/collection.json
Paul Gschwendtner 7f1c2b758e build: migrate packages/localize/schematics to ts_project (#61843)
Migrates `packages/localize/schematics` to `ts_project`.

PR Close #61843
2025-06-04 09:13:41 +00:00

10 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"
}
}
}