Guest User

Untitled

a guest
Jan 17th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. const routes: Routes = [
  2. {
  3. path: 'science',
  4. component: ScienceComponent,
  5. data: { num: 1 }
  6. },
  7. {
  8. path: 'technology',
  9. component: TechnologyComponent,
  10. data: { num: 5 }
  11. },
  12.  
  13. { path: '**', redirectTo: '' },
  14. ];
Add Comment
Please, Sign In to add comment