migration.json 282 B

12345678910
  1. {
  2. "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
  3. "schematics": {
  4. "migration-v16": {
  5. "version": "16.0.0-0",
  6. "description": "Updates the Angular Material to v16",
  7. "factory": "./ng-update/index_bundled#updateToV16"
  8. }
  9. }
  10. }