New to Kendo UI for Angular? Start 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
Name | Type | Default | Description |
---|---|---|---|
kendoMenuItemLink |
|
Specifies the index of the Menu item. The input is mandatory. |