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

LinkDirective

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

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

Selector

[kendoMenuItemLink]

Inputs

NameTypeDefaultDescription

string

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

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