Guest User

Untitled

a guest
Sep 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. { path: 'receipt/:referencenumber/:title/:description', component: ReceiptComponent},
  2. { path: '', component: HomeComponent, pathMatch: 'full'},
  3. { path: 'home', component: HomeComponent},
  4. { path: 'error', component: ErrorComponent },
  5. { path: '**', component: ErrorComponent, data: { error: 404 } }
Add Comment
Please, Sign In to add comment