ng7-dynamic-breadcrumb
ng7-dynamic-breadcrumb copied to clipboard
Update breadcrumb with URL+query params
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.