DEV Community

Discussion on: Create a Simple Breadcrumb in Angular

Collapse
 
zhiyueyi profile image
Zhiyue Yi

It should be able to handle it, since the breadcrumb is always re-built when there is a router change.

So when you load the modules in, at the same time your router should have changed. Then the subscription is triggered, and lastly the breadcrumb is re-built.

Hope it helps :)