UNPKG

ngx-colours

Version:

A beautiful color picker for angular that let you choose from a color palette, using sliders (Hue, Lightness, Alpha sliders) or through text input(hex, rgba, hsla)

5 lines (4 loc) 184 B
export * from './lib/directives/ngx-colors-trigger.directive'; export * from './lib/ngx-colors.component'; export * from './lib/ngx-colors.module'; export * from './lib/clases/color';