Skip to content

Instantly share code, notes, and snippets.

@kirillgroshkov
Created August 12, 2019 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirillgroshkov/14948999558af5ff9855a252c748f072 to your computer and use it in GitHub Desktop.
Save kirillgroshkov/14948999558af5ff9855a252c748f072 to your computer and use it in GitHub Desktop.
upgrade loadChildren angular 7>8
# 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