Guest User

Untitled

a guest
Jan 23rd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {
  2. path: ':id/edit',
  3. component: MovieEditComponent,
  4. children: [
  5. { path: '', redirectTo: 'info', pathMatch: 'full' },
  6. { path: 'info', component: MovieEditInfoComponent },
  7. { path: 'tags', component: MovieEditTagsComponent }
  8. ]
  9. }
Add Comment
Please, Sign In to add comment