UNPKG

ngx-colors

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)

6 lines (5 loc) 240 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/validators/valid-color.validator";