Skip to content

Instantly share code, notes, and snippets.

@whisher
Created May 20, 2018 07:39
Show Gist options
  • Save whisher/b9d347bbcade4bd10ca38652f6b1e11c to your computer and use it in GitHub Desktop.
Save whisher/b9d347bbcade4bd10ca38652f6b1e11c to your computer and use it in GitHub Desktop.
{ path: 'auth', component: LayoutsDefaultMainComponent,
children: [
{ path: 'login', component: AuthenticationLoginComponent, data: { state: 'login' }},
{ path: 'logout', component: AuthenticationLogoutComponent, data: { state: 'logout' } },
]
},
{ path: 'account', component: LayoutsDefaultMainComponent,
children: [
{ path: 'whoareyou', component: AccountWhoareyouComponent},
{ path: 'profile', component: AccountProfileComponent},
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment