Skip to content

Commit 3ee12af

Browse files
alan-agius4filipesilva
authored andcommitted
feat(@schematics/angular): add migration to update lazy loading string syntax to use dynamic imports
1 parent f4875b9 commit 3ee12af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/schematics/angular/migrations/migration-collection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@
139139
"version": "12.0.0-next.2",
140140
"factory": "./update-12/remove-emit-decorator-metadata",
141141
"description": "Remove 'emitDecoratorMetadata' TypeScript compiler option. Decorator metadata is no longer needed by Angular. Read more about this here: https://www.typescriptlang.org/docs/handbook/decorators.html#metadata"
142+
},
143+
"lazy-loading-string-syntax": {
144+
"version": "12.0.0-next.4",
145+
"factory": "./update-8/#updateLazyModulePaths",
146+
"description": "Lazy loading syntax migration. Update lazy loading syntax to use dynamic imports."
142147
}
143148
}
144149
}

0 commit comments

Comments
 (0)