Skip to content

Commit b68eec2

Browse files
alan-agius4Keen Yee Liau
authored andcommitted
feat(@schematics/angular): run lazy loading migration for version 9
Closes #15539
1 parent b9c4b34 commit b68eec2

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
@@ -44,6 +44,11 @@
4444
"version": "9.0.0-beta.0",
4545
"factory": "./update-9",
4646
"description": "Update an Angular CLI project to version 9."
47+
},
48+
"migration-10": {
49+
"version": "9.0.0-next.6",
50+
"factory": "./update-8/#updateLazyModulePaths",
51+
"description": "Update lazy loading syntax to use dynamic imports."
4752
}
4853
}
4954
}

0 commit comments

Comments
 (0)