New to Kendo UI for AngularStart a free 30-day trial

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.

Definition

Package:@progress/kendo-angular-inputs

Selector:[kendoRatingHoveredItemTemplate]

Syntax:

html
<kendo-rating [value]="ratingValue">
  <ng-template kendoRatingHoveredItemTemplate let-index="index">
    <span>Hovered item: {{ index }}</span>
  </ng-template>
</kendo-rating>
In this article
Definition
Not finding the help you need?
Contact Support