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

SliderModule

Defines the NgModule for the Slider component.

Use this module to add the Slider component to your NgModule-based Angular application.

typescript
import { SliderModule } from '@progress/kendo-angular-inputs';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';

@NgModule({
    declarations: [AppComponent],
    imports:      [BrowserModule, BrowserAnimationsModule, SliderModule],
    bootstrap:    [AppComponent]
})
export class AppModule {}
Not finding the help you need?
Contact Support