migration.json 278 B

12345678910
  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 Angular Material to v19",
  7. "factory": "./ng-update/index_bundled#updateToV19"
  8. }
  9. }
  10. }