KENDO_SLIDER
Constant
Use the KENDO_SLIDER utility array to add all Slider-related components and directives to a standalone Angular component.
Definition
Package:@progress/kendo-angular-inputs
Syntax:
TS
import { KENDO_SLIDER } from '@progress/kendo-angular-inputs';
@Component({
standalone: true,
imports: [KENDO_SLIDER],
template: `<kendo-slider></kendo-slider>`
})
export class MyComponent {}