Skip to content

Instantly share code, notes, and snippets.

@thisiszoaib
Created October 10, 2020 06:55
Show Gist options
  • Select an option

  • Save thisiszoaib/bca61fc2ded7446012ef22382bf3bdb1 to your computer and use it in GitHub Desktop.

Select an option

Save thisiszoaib/bca61fc2ded7446012ef22382bf3bdb1 to your computer and use it in GitHub Desktop.
Code splitting 1
const routes = [
{
path: 'academics',
loadChildren: () => import('./academics/academics.module').then((m) => m.AcademicsModule)
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment