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