Closed cybfox77 closed 4 years ago
@cybfox77 If possible Please create stackblitz example link!.
Created a stackblitz: https://stackblitz.com/edit/angular-qjsyq5 Can you navigate to 'Go to products' > ' Product 4' => there I would like to display '4' from the parent route. any ideas ?
Can we take that from the parent route and pass to the child route and pass it to breadcrumb
+1
Out of the scope, No longer supported by the author this future, If anyone interested, Please submit PR
I couldn't figure out how to build breadcrumbs with parameters and nested routes: please consider the following:
app-routing.module
bar-routing.module is contains the children routes for 'foo/:id/bar' :
So in the child routes, I'd like to access the :id parameter from the parent routes data... Any ideas or suggestions where I should modify the code ?
I'm using the https://github.com/rajaramtt/ng7-dynamic-breadcrumb/tree/master/projects/ng7-dynamic-breadcrumb project