raju
raju

Reputation: 6946

Use another key for label in xng-breadcrumb

I am using xng-breadcrumb for generating breadcrumb in my angular-11 app.

{
    path: '',
    pathMatch: 'full',
    loadChildren: () => import('@abc/abc-helper-libs/home').then((m) => m.HomeModule),
    canActivate: [UserManagementGuardService],
    data: {
      breadcrumb: {
        label: 'HOME',
        info: 'home'
      },
      refactoring: true
    }
  }

Is it possible to use some other key than label key. Is there any way to customize xng-breadcrumb for this task?

Please help.

Upvotes: 0

Views: 177

Answers (0)

Related Questions