Icard/angular-clarity-master(work.../node_modules/@angular/cdk/schematics/migration.json

16 lines
431 B
JSON
Raw Normal View History

2024-07-16 14:55:36 +00:00
{
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"migration-v16": {
"version": "16.0.0-0",
"description": "Updates the Angular CDK to v16",
"factory": "./ng-update/index#updateToV16"
},
"ng-post-update": {
"description": "Prints out results after ng-update.",
"factory": "./ng-update/index#postUpdate",
"private": true
}
}
}