ng7-dynamic-breadcrumb icon indicating copy to clipboard operation
ng7-dynamic-breadcrumb copied to clipboard

Update breadcrumb with URL+query params

Open maphe opened this issue 2 years ago • 0 comments

Is there a way to use updateBreadcrumb with a URL that has query params?

Right now if I try something like:

this.breadcrumb.updateBreadcrumb([
      { label: 'Home', url: '/home' },
      { label: 'Page', url: '/page?param=something' },
]);

the rendered URL is /page%3Fparam%3Dsomething which is breaking the page.

maphe avatar Jun 10 '22 17:06 maphe