New to Kendo UI for AngularStart a free 30-day trial

Represents a template that defines the content of the BottomNavigation items. Use this directive to customize the appearance of each navigation item. To define the template, nest an <ng-template> tag with the kendoBottomNavigationItemTemplate directive inside the <kendo-bottomnavigation> tag (see example).

Definition

Package:@progress/kendo-angular-navigation

Selector:[kendoBottomNavigationItemTemplate]

Syntax:

html
<kendo-bottomnavigation [items]="items">
   <ng-template kendoBottomNavigationItemTemplate let-item>
      <span>{{ item.text }}</span>
   </ng-template>
</kendo-bottomnavigation>
In this article
Definition
Not finding the help you need?
Contact Support