Skip to content

Commit

Permalink
feat(@schematics/angular): run lazy loading migration for version 9
Browse files Browse the repository at this point in the history
Closes #15539
  • Loading branch information
alan-agius4 authored and kyliau committed Sep 9, 2019
1 parent b9c4b34 commit b68eec2
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -44,6 +44,11 @@
"version": "9.0.0-beta.0",
"factory": "./update-9",
"description": "Update an Angular CLI project to version 9."
},
"migration-10": {
"version": "9.0.0-next.6",
"factory": "./update-8/#updateLazyModulePaths",
"description": "Update lazy loading syntax to use dynamic imports."
}
}
}

0 comments on commit b68eec2

Please sign in to comment.