Breadcrumb not refreshed when calling breadcrumbService.set()
#74
Labels
bug
Something isn't working
breadcrumbService.set()
#74
🐞 Bug report
Description
I can see your breadcrumb is not observable from the store to the html.
xng-breadcrumb/libs/xng-breadcrumb/src/lib/breadcrumb.component.ts
Line 92 in f63924f
This is not compatible with full of partial "onPush" angular apps.
this.breadcrumbs
needs to be an observable (no subscribe in ngOnInit) and use the pipeasync
into the HTML.💻Your Environment
Angular: 11.2.2
Breadcrumb: 6.6.0
The text was updated successfully, but these errors were encountered: