This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

15
node_modules/ng-zorro-antd/schematics/migration.json generated vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"migration-v20": {
"version": "20.0.0-0",
"description": "Updates NG-ZORRO to v20 [https://github.com/NG-ZORRO/ng-zorro-antd/issues/8890]",
"factory": "./ng-update/index#updateToV20"
},
"ng-post-update": {
"description": "Prints out results after ng-update.",
"factory": "./ng-update/index#postUpdate",
"private": true
}
}
}