2019-02-27 19:30:38 +00:00
{
"schematics" : {
2023-09-27 12:21:30 +00:00
"block-template-entities" : {
2023-09-27 12:19:31 +00:00
"version" : "17.0.0" ,
2023-09-26 19:41:43 +00:00
"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"
2023-04-02 19:01:47 +00:00
} ,
"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"
2023-03-24 17:04:47 +00:00
} ,
"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"
2024-02-28 13:45:09 +00:00
} ,
"invalid-two-way-bindings" : {
"version" : "17.3.0" ,
"description" : "Updates two-way bindings that have an invalid expression to use the longform expression instead." ,
"factory" : "./migrations/invalid-two-way-bindings/bundle"
2019-02-27 19:30:38 +00:00
}
}
2023-03-27 12:42:19 +00:00
}