UNPKG

@angular/core

Version:

Angular - the core framework

32 lines (31 loc) 1.16 kB
{ "schematics": { "inject-flags": { "version": "20.0.0", "description": "Replaces usages of the deprecated InjectFlags enum", "factory": "./bundles/inject-flags.cjs#migrate" }, "test-bed-get": { "version": "20.0.0", "description": "Replaces usages of the deprecated TestBed.get method with TestBed.inject", "factory": "./bundles/test-bed-get.cjs#migrate" }, "control-flow-migration": { "version": "20.0.0", "description": "Converts the entire application to block control flow syntax", "factory": "./bundles/control-flow-migration.cjs#migrate", "optional": true }, "document-core": { "version": "20.0.0", "description": "Moves imports of `DOCUMENT` from `@angular/common` to `@angular/core`", "factory": "./bundles/document-core.cjs#migrate" }, "router-current-navigation": { "version": "20.2.0", "description": "Replaces usages of the deprecated Router.getCurrentNavigation method with the Router.currentNavigation signal", "factory": "./bundles/router-current-navigation.cjs#migrate", "optional": true } } }