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

KENDO_COLORPICKER

Use the KENDO_COLORPICKER utility array to add all ColorPicker-related components and directives to a standalone Angular component.

typescript
import { KENDO_COLORPICKER } from '@progress/kendo-angular-inputs';
@Component({
  standalone: true,
  imports: [KENDO_COLORPICKER],
  template: `<kendo-colorpicker></kendo-colorpicker>`
})
export class MyComponent {}
Not finding the help you need?
Contact Support