rajaramtt / ng7-dynamic-breadcrumb

Angular 10 Dynamic Breadcrumbs
MIT License
42 stars 31 forks source link

breadcrumbService.updateBreadcrumbLabels doesn't update after first call #42

Open ghost opened 2 years ago

ghost commented 2 years ago

I'm using custom labels in the routes. When I visit the page for the first time, I can update the custom labels in the breadcrumbs, but when I try to update it on a button click, it doesn't work.

ghost commented 2 years ago

https://stackblitz.com/edit/ng7-mat-breadcrumb-eok5q1

@rajaramtt Here is the stackblitz