I want to add breadcrumb to my page. I have many routes and none of them have children.
I tried to do it by creating a child, but there are too many redirects to common pages. For example;
Home > Library > Lessons > Lesson Name
Assigned Lessons > Lesson Name
When the route of the course names is the same, how should I child them or is there a way to do it without following the route?
I tried to do it according to the route, the result I expected was;
Home > Library > Lessons > Lesson Name Assigned Lessons > Lesson Name
But when I do it, when it comes to the lesson name, it automatically happens like this;
Home > Library > Lessons > Lesson Name
Here's a simple way to add breadcrumbs in Angular: