Implementing a breadcrumb system using routing history in Angular 18
I am currently implementing a breadcrumb system using routing history. The issue arises when the current path is the root. For example, I have set the root path to load a user table view. When a user is clicked, it navigates to the user add/edit page. On the user add/edit page, the breadcrumb should display as “User > User Add/Edit,” but it only shows “User Add/Edit.”