New to Kendo UI for Angular? Start a free 30-day trial
RatingHoveredItemTemplateDirective
Renders the hovered rating item content. To define an item template, nest an <ng-template>
tag
with the kendoRatingHoveredItemTemplate
directive inside the <kendo-rating>
tag
see example.
The index of the currently hovered item is available as an implicit context using the let-index="index"
syntax.
Selector
[kendoRatingHoveredItemTemplate]