mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Adds a migration that moves imports of `DOCUMENT` from `common` to `core`. PR Close #60663
25 lines
846 B
JSON
25 lines
846 B
JSON
{
|
|
"schematics": {
|
|
"inject-flags": {
|
|
"version": "20.0.0",
|
|
"description": "Replaces usages of the deprecated InjectFlags enum",
|
|
"factory": "./bundles/inject-flags#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#migrate"
|
|
},
|
|
"control-flow-migration": {
|
|
"version": "20.0.0",
|
|
"description": "Converts the entire application to block control flow syntax",
|
|
"factory": "./bundles/control-flow-migration#migrate",
|
|
"optional": true
|
|
},
|
|
"document-core": {
|
|
"version": "20.0.0",
|
|
"description": "Moves imports of `DOCUMENT` from `@angular/common` to `@angular/core`",
|
|
"factory": "./bundles/document-core#migrate"
|
|
}
|
|
}
|
|
}
|