Guest User

Untitled

a guest
May 24th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. { path: 'auth', component: LayoutsDefaultMainComponent,
  2. children: [
  3. { path: 'login', component: AuthenticationLoginComponent, data: { state: 'login' }},
  4. { path: 'logout', component: AuthenticationLogoutComponent, data: { state: 'logout' } },
  5. ]
  6. },
  7. { path: 'account', component: LayoutsDefaultMainComponent,
  8. children: [
  9. { path: 'whoareyou', component: AccountWhoareyouComponent},
  10. { path: 'profile', component: AccountProfileComponent},
  11. ]
  12. },
Add Comment
Please, Sign In to add comment