New to Kendo UI for AngularStart 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. *

html
<kendo-rating [value]="ratingValue">
  <ng-template kendoRatingHoveredItemTemplate let-index="index">
    <span>Hovered item: {{ index }}</span>
  </ng-template>
</kendo-rating>

Selector

[kendoRatingHoveredItemTemplate]

In this article
Selector
Not finding the help you need?
Contact Support