-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser refresh resets breadcrumb trail #100
Comments
ngOnInit now calls generateBreadcrumbTrail
I'm having this issue with Ng5-Breadcrumb as well. I wonder when this fix will go out? +1 |
Same problem for me with Ng5-Breadcrumb. |
Hello guys, I had the same issue but i have fixed.
On this way, |
Still have problem with ng-5 breadcrumbs, how to resolve that. I have seen there is PR waiting. #101 |
I am using ng6-breadcrumbs and am having the same problem. is there a fix?? |
Would this fix work for ng6-breadcrumbs too? |
…b trail would results in trail lost. (ng2-breadcrumb Issue gmostert#100)
When refreshing (browser refresh - F5) a page that contains a
breadcrumb
trail, the trail is lost.If the breadcrumb trail includes a prefix, only the prefix is shown after the refresh.
I think this issue is caused by the breadcrumb component's
ngOnInit
method only setting up the prefix, instead of calling thegenerateBreadcrumbTrail
method.The text was updated successfully, but these errors were encountered: