Uday Vunnam
Uday Vunnam
@fgoulet I have solved this. We will have additional data passed to the breadcrumb label function which you can use to read the resolved data. ``` resolve: { name: DemoResolver,...
@suriyaJaay not sure if this library is actively maintained. You can check this alternative https://www.npmjs.com/package/xng-breadcrumb
@szingg @rrekapalli @vikaskumar81 not sure if this library is actively maintained. You can check this alternative https://www.npmjs.com/package/xng-breadcrumb
to be done with a different PR
@syxov thanks for the PR. The fix is released with v10.0.1
The fix in the PR is causing a lot of other issues. I am reverting this until we find a proper folution
@rousek We could achieve the same with, Can you see if this suffice. ``` routeInterceptor: (routeLink) => { return routeLink + ; } ```