migration.json 480 B

123456789101112131415
  1. {
  2. "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  3. "schematics": {
  4. "migration-v19": {
  5. "version": "19.0.0-0",
  6. "description": "Updates NG-ZORRO to v19 [https://github.com/NG-ZORRO/ng-zorro-antd/issues/8890]",
  7. "factory": "./ng-update/index#updateToV19"
  8. },
  9. "ng-post-update": {
  10. "description": "Prints out results after ng-update.",
  11. "factory": "./ng-update/index#postUpdate",
  12. "private": true
  13. }
  14. }
  15. }