All in 1 Pack

Arctic Angular
Dasboard Template

Angular, Material Design & Typescript

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

View Demos
menu

Breadcrumb

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.

Accessing route parameter

You can show current route parameter in breadcrumb by putting parameter name in {{}} notation.