Skip to content

Instantly share code, notes, and snippets.

@chrisksamueljr
Last active April 9, 2019 19:52
Show Gist options
  • Save chrisksamueljr/2cf652fb310a8858f8b71c21b2f0b8e7 to your computer and use it in GitHub Desktop.
Save chrisksamueljr/2cf652fb310a8858f8b71c21b2f0b8e7 to your computer and use it in GitHub Desktop.
const routes: Routes = [
{ path: '', component: TopReposComponent },
{ path: 'user', loadChildren: './user/user.module#UserModule'},
{ path: 'repo', loadChildren: './repo/repo.module#RepoModule'}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment