Created
August 12, 2019 07:39
-
-
Save kirillgroshkov/14948999558af5ff9855a252c748f072 to your computer and use it in GitHub Desktop.
upgrade loadChildren angular 7>8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Regex: | |
loadChildren:\s*'(.*)#(.*)' | |
loadChildren: () => import('$1').then(m => m.$2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment