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

Represents the template for Slider labels. To define a labels template, nest an <ng-template> tag with the kendoSliderLabelTemplate directive inside the <kendo-slider> tag. The template context provides the value.

Definition

Package:@progress/kendo-angular-inputs

Selector:[kendoSliderLabelTemplate]

Syntax:

html
<kendo-slider [largeStep]="2">
  <ng-template kendoSliderLabelTemplate let-value="value">
    <p>{{ value }}</p>
  </ng-template>
</kendo-slider>
In this article
Definition
Not finding the help you need?
Contact Support