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
kendoMenuItemLink
string
Specifies the index of the Menu item. The input is mandatory.