UNPKG

ngx-colors-v

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)

7 lines (6 loc) 290 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'; export * from './lib/helpers/default-colors'; export * from './lib/services/panel-factory.service';