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)

13 lines (12 loc) 855 B
import * as i0 from "@angular/core"; import * as i1 from "./ngx-colors.component"; import * as i2 from "./components/color-picker/color-picker.component"; import * as i3 from "./directives/slider.directive"; import * as i4 from "./components/panel/panel.component"; import * as i5 from "./directives/ngx-colors-trigger.directive"; import * as i6 from "@angular/common"; export declare class NgxColorsModule { static ɵfac: i0.ɵɵFactoryDeclaration<NgxColorsModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgxColorsModule, [typeof i1.NgxColorsComponent, typeof i2.ColorPickerComponent, typeof i3.SliderDirective, typeof i4.PanelComponent, typeof i5.NgxColorsTriggerDirective], [typeof i6.CommonModule], [typeof i1.NgxColorsComponent, typeof i5.NgxColorsTriggerDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgxColorsModule>; }