object_254

path new

Apr 12th, 2022 (edited)
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. RouterModule.forChild([
  2.         path: '', component: HeaderComponent, children: [
  3.           { path: '', component: HomeComponent },
  4.           { path: 'event/:id', component: EventComponent },
  5.           .........
Add Comment
Please, Sign In to add comment