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

ColorPickerModule

Defines the NgModule for the ColorPicker.

Use this module to add ColorPicker features to your NgModule-based Angular application.

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

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