DEV Community

Discussion on: Create a Simple Breadcrumb in Angular

Collapse
 
jennycoca profile image
jennycoca

I tried your breacrumbs and works fine, but I am trying to get the param id from the route (this.activatedRoute.snapshot.params.id;) in other component, but it's always undefined. In your example, it will be in the issue-log-detail.component.ts.