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