





Angular, Material Design & Typescript
Grab the most developer friendly & easy to customize
Angular Material Admin dashboard.






Define breadcrumb text in routing files. Take a look in app.routing.ts.
data property contains value for page tile and breadcrumb
You also need to define breadcrumb text in child routing file, for example app-dialogs.routing.ts.
Please notice, data: { ... } is only present where path is not empty.
You can show current route parameter in breadcrumb by putting parameter name in {{}} notation.