mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
10 lines
283 B
JSON
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"
|
|
}
|
|
}
|
|
}
|