Files
pyrofetes-frontend/node_modules/@angular/cdk/schematics/migration.json
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

16 lines
431 B
JSON
Executable File

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