migrations.json 641 B

1234567891011121314
  1. {
  2. "schematics": {
  3. "migration-v16-remove-module-id": {
  4. "version": "16.0.0",
  5. "description": "As of Angular v16, the `moduleId` property of `@Component` is deprecated as it no longer has any effect.",
  6. "factory": "./migrations/remove-module-id/bundle"
  7. },
  8. "migration-v16-guard-and-resolve-interfaces": {
  9. "version": "16.0.0",
  10. "description": "In Angular version 15.2, the guard and resolver interfaces (CanActivate, Resolve, etc) were deprecated. This migration removes imports and 'implements' clauses that contain them.",
  11. "factory": "./migrations/guard-and-resolve-interfaces/bundle"
  12. }
  13. }
  14. }