migration.json 431 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 the Angular CDK to v19",
  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. }