ng7-dynamic-breadcrumb
ng7-dynamic-breadcrumb copied to clipboard
Angular 10 Dynamic Breadcrumbs
Is there a way to use `updateBreadcrumb` with a URL that has query params? Right now if I try something like: ```ts this.breadcrumb.updateBreadcrumb([ { label: 'Home', url: '/home' }, {...
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...
i have a node in the Breadcrumb and that node have URL with query string but unfortunately this cause an issue the(? and =) will convert to another chars ```...
./node_modules/ng7-dynamic-breadcrumb/fesm2015/ng7-dynamic-breadcrumb.js 131:0-27 "export 'ɵɵngDeclareClassMetadata' (imported as 'i0') was not found in '@angular/core'
I have a need to make the labels translated. It would be nice to inject the translateservice for translations
Angular 15 has been rollout in November 2022 but still there are no version upgrade for angular 15. We are getting an issues of peer dependencies with @angular/common 15 version....
Addressed in https://github.com/rajaramtt/ng7-dynamic-breadcrumb/pull/49
Upgraded to Angular 15 with similar method to @bjorn-einar-bjartnes-4ss in PR #51. ``` Update local paths for local projects in package.json npm install npx -p @angular/cli@15 ng update @angular/animations@15 @angular/cdk@15...
Hi, I use ng-dynamic-breadcrumb version 6.0.0 but it's not complatible with @angular/common: 13.3.11 (Angular 13), jenkins crash during deploy. Is there a version compatible with Angular 13?