Search results

BreadcrumbItemDirective API in Angular Breadcrumb API component

e-breadcrumb-item directive represent a item of the Angular Breadcrumb. It must be contained in a Breadcrumb component(ejs-breadcrumb).

<ejs-breadcrumb>
  <e-breadcrumb-items>
   <e-breadcrumb-item text='Home' url='/'></e-breadcrumb-item>
   <e-breadcrumb-item text='Index' url='./index'></e-breadcrumb-item>
  </e-breadcrumb-items>
</ejs-breadcrumb>

Properties

disabled

any

Enable or disable the breadcrumb item, when set to true, the breadcrumb item will be disabled.

Defaults to false

iconCss

any

Defines a class/multiple classes separated by a space for the item that is used to include an icon.

Defaults to null

text

any

Specifies the text content of the Breadcrumb item.

Defaults to

url

any

Specifies the Url of the Breadcrumb item that will be activated when clicked.

Defaults to