InDepth guide on how to implement the Resolver in Angular #284
VarvaraSandakova
started this conversation in
Article discussion
Replies: 1 comment
-
Hi @VarvaraSandakova { path: '',
resolve: {
contacts: ContactsResolver
},
children: [
{ path: 'user_1', component: UserOneComponent},
{ path: 'user_2', component: UserTwoComponent},
{ path: 'user_3', component: UserThreeComponent},
]}
```
but on subsequent navigation across the chuild components, the data resolved is returned as {}
Have you encountered this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussion for the tutorial: InDepth guide on how to implement the Resolver in Angular
Beta Was this translation helpful? Give feedback.
All reactions