Files
cht-lawfirm/front/app/node_modules/@angular/localize/schematics/collection.json
2023-01-16 17:49:38 +01:00

11 lines
265 B
JSON
Executable File

{
"$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"
}
}
}