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

LinkDirective

Directive

Represents a directive that can be used in the linkTemplate of the items to apply the default styling and behavior.

Definition

Package:@progress/kendo-angular-menu

Selector:[kendoMenuItemLink]

Syntax:

html
<ng-template kendoMenuItemLinkTemplate let-item="item" let-index="index">
  <a [kendoMenuItemLink]="index">{{ item.text }}</a>
</ng-template>

Inputs

Specifies the index of the Menu item. The input is mandatory.

In this article
DefinitionInputskendoMenuItemLink
Not finding the help you need?
Contact Support