Advertisement
Guest User

Untitled

a guest
May 21st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. const routes: Routes = [
  2. { path: '', component: HomeComponent, pathMatch: 'full' },
  3. { path: 'account', loadChildren: './account/account.module#AccountModule'}
  4. ];
  5.  
  6. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement