Created
March 4, 2022 06:29
-
-
Save iam-mhaseeb/989244e9ff27fb7f8ee00e825aa23acd to your computer and use it in GitHub Desktop.
Manual Routing
This file contains hidden or 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
{ | |
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