gmostert / ng2-breadcrumb

This is an angular 2 component that creates a breadcrumb trail. It hooks into the angular2/router, to dynamically build up the crumb trail once a component is routed to.
MIT License
102 stars 81 forks source link

To add some data in breadcrumb but should not be visible in url. #84

Closed meenakshik-optimus closed 6 years ago

meenakshik-optimus commented 7 years ago

I have the following url to access a subOrder of an order: subOrders/order_id/subOrder_id/dept_id

For the above url, I have to display breadcrumb as: subOrders/order_display_name/subOrder_display_name/dept_name

How can I add the display name for corresponding order, suborder and department id. Is there any way to keep these data with route but don't let it visible in the url.