-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Breadcrumb labels no longer working with loadChildren #178
Comments
Hello 👋 @MelanieW97 |
Hey, I have just noticed it is no longer working on the demo website, either. No idea which version of the package you use right there, though. Take a look. Greetings! Have a wonderful day! |
Thanks @MelanieW97, please use 10.0.0 for now. The last merged PR #177 may have caused this. I will check this |
The downgrade to 10.0.0 is a workaround for me. @udayvunnam can you please take a look at the pull request #180, which hopefully fixes this permanently? Thank you! |
@MelanieW97 @liqMats the fix is published on `xng-breadcrumb@10.0.21 Thank you! |
🐞 Bug report
Description
I upgraded from version 10.0.0 to 10.0.1. Ever since, the defined breadcrumbs are no longer working for me.
Before:
Home
After:
Home / / [object object] >>
The routes did not change.
xng-breadcrumb seems to handle them different than before.
The documentation says you can set the breadcrumb on the child or the parent for loadChildren. That does not seem to work anymore - at least for my project.
🔬 Minimal Reproduction
Define routes with loadChildren, e.g.:
Then in the HomeModule:
It was working in version 10.0.0. Maybe it's a bug or maybe you can tell me what I need to change right there in order to get it to work again.
💻Your Environment
Angular Version:
The text was updated successfully, but these errors were encountered: