mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
965ce5a8c5
These 3 classes have been moved from platform-browser to core by #49563 PR Close #49594
20 lines
876 B
JSON
20 lines
876 B
JSON
{
|
|
"schematics": {
|
|
"block-template-entities": {
|
|
"version": "17.0.0",
|
|
"description": "Angular v17 introduces a new control flow syntax that uses the @ and } characters. This migration replaces the existing usages with their corresponding HTML entities.",
|
|
"factory": "./migrations/block-template-entities/bundle"
|
|
},
|
|
"migration-v17-compiler-options": {
|
|
"version": "17.0.0",
|
|
"description": "CompilerOption.useJit and CompilerOption.missingTranslation are unused under Ivy. This migration removes their usage",
|
|
"factory": "./migrations/compiler-options/bundle"
|
|
},
|
|
"migration-transfer-state": {
|
|
"version": "17.0.0",
|
|
"description": "Updates `TransferState`, `makeStateKey`, `StateKey` imports from `@angular/platform-browser` to `@angular/core`.",
|
|
"factory": "./migrations/transfer-state/bundle"
|
|
}
|
|
}
|
|
}
|