breadcrumb disappears on multiple refreshes #24
-
Beta Was this translation helpful? Give feedback.
Answered by
udayvunnam
Dec 20, 2019
Replies: 2 comments 1 reply
-
@SangeetaJ I think I understood your problem. The breadcrumb which is set dynamically in component is lost and not shown when refreshed. The problem is where you set the
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
udayvunnam
-
Hi @udayvunnam , That worked! Thank you so much. Closing 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
@SangeetaJ I think I understood your problem. The breadcrumb which is set dynamically in component is lost and not shown when refreshed.
The problem is where you set the
this.breadcrumbService.set('/path', 'label')
this.breadcrumbService.set()
to it's nearest parent which is always in the view no matter whichever child is rendered.