ExpandArrowComponent
Component
Represents a component that can be used in the linkTemplate
of the items to render the default expand arrow.
Definition
Package:@progress/kendo-angular-menu
Selector:[kendoMenuExpandArrow]
Syntax:
html
<ng-template kendoMenuItemLinkTemplate let-item="item" let-index="index">
<span [kendoMenuExpandArrow]="index"></span>
</ng-template>
Inputs
kendoMenuExpandArrow
string
Specifies the index of the Menu item. The input is mandatory.