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

16 lines
431 B
JSON
Executable File

{
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"migration-v15": {
"version": "15.0.0-0",
"description": "Updates the Angular CDK to v15",
"factory": "./ng-update/index#updateToV15"
},
"ng-post-update": {
"description": "Prints out results after ng-update.",
"factory": "./ng-update/index#postUpdate",
"private": true
}
}
}