ngx-color-picker
Version:
Color picker widget for Angular
6 lines (5 loc) • 362 B
TypeScript
export { Cmyk, Hsla, Hsva, Rgba } from './lib/formats';
export { AlphaChannel, ColorMode, OutputFormat, TextDirective, SliderDirective } from './lib/helpers';
export { ColorPickerComponent } from './lib/color-picker.component';
export { ColorPickerDirective } from './lib/color-picker.directive';
export { ColorPickerService } from './lib/color-picker.service';