You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a webpage with "home | category | page" basic structure. When I start navigating from home, all works fine, but if in example I am at "Home | Category 1 | Some Page" and hit reload, the breadcrumb change to "Category 1 | Some Page".
I suppose it is related to angular router missing state on page reload, but there is some workaround to solve this?
Also, by default I´m not getting Home part, had to add this at base component to get it showed:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a webpage with "home | category | page" basic structure. When I start navigating from home, all works fine, but if in example I am at "Home | Category 1 | Some Page" and hit reload, the breadcrumb change to "Category 1 | Some Page".
I suppose it is related to angular router missing state on page reload, but there is some workaround to solve this?
Also, by default I´m not getting Home part, had to add this at base component to get it showed:
Im using [email protected]
Awesome work!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions