Skip to content

Instantly share code, notes, and snippets.

@iam-mhaseeb
Created March 4, 2022 06:29
Show Gist options
  • Save iam-mhaseeb/989244e9ff27fb7f8ee00e825aa23acd to your computer and use it in GitHub Desktop.
Save iam-mhaseeb/989244e9ff27fb7f8ee00e825aa23acd to your computer and use it in GitHub Desktop.
Manual Routing
{
component: AppComponent,
path: '',
canActivate: [LoggedInGuard],
loadChildren: () => import('./homepage/homepage.module').then(m => m.HomepageModule)
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment