We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Could you pls help me how to achieve below breadcrumbs format ?
Users List > View User > John
in my view-user-component.ts am calling breadcurmb service after resp like this
if(resp){ this.breadcrumbService.changeBreadcrumb(this.activatedRoute.snapshot, resp.firstName); |
user-routing-module.ts
{ path: 'view-user/:id', component: ViewSelectedUsersComponent, data: { breadcrumb: 'View User' } },
Am able to see only Users List > John but i want show like Users List > View User > John
Pls help me on this
The text was updated successfully, but these errors were encountered:
@suriyaJaay not sure if this library is actively maintained. You can check this alternative https://www.npmjs.com/package/xng-breadcrumb
Sorry, something went wrong.
@udayvunnam could you respond on this ?
udayvunnam/xng-breadcrumb#89
https://stackoverflow.com/questions/71553479/what-is-wrong-with-my-breadcrumbs-angular-11
Thanks
No branches or pull requests
Hi,
Could you pls help me how to achieve below breadcrumbs format ?
Users List > View User > John
in my view-user-component.ts
am calling breadcurmb service after resp like this
user-routing-module.ts
Am able to see only Users List > John but i want show like Users List > View User > John
Pls help me on this
The text was updated successfully, but these errors were encountered: