New to Kendo UI for Angular? Start a free 30-day trial
ExpandArrowComponent
Represents a component that can be used in the linkTemplate
of the items to render the default expand arrow.
html
<ng-template kendoMenuItemLinkTemplate let-item="item" let-index="index">
<span [kendoMenuExpandArrow]="index"></span>
</ng-template>
Selector
[kendoMenuExpandArrow]
Inputs
Name | Type | Default | Description |
---|---|---|---|
kendoMenuExpandArrow |
|
Specifies the index of the Menu item. The input is mandatory. |