We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c4b34 commit b68eec2Copy full SHA for b68eec2
packages/schematics/angular/migrations/migration-collection.json
@@ -44,6 +44,11 @@
44
"version": "9.0.0-beta.0",
45
"factory": "./update-9",
46
"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."
52
}
53
54
0 commit comments