ngx-input-color
Version:
Angular color input component and color picker (with HSL, HSV, RGB, CMYK, HEX, alpha, eye-dropper, etc)
18 lines (17 loc) • 1.27 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./directives/ngx-input-color.directive";
import * as i2 from "./lib/ngx-input-color/ngx-input-color.component";
import * as i3 from "./lib/inspectors/picker/picker.component";
import * as i4 from "./lib/inspectors/cmyk/cmyk.component";
import * as i5 from "./lib/inspectors/hsl/hsl.component";
import * as i6 from "./lib/inspectors/rgb/rgb.component";
import * as i7 from "@angular/common";
import * as i8 from "@angular/forms";
import * as i9 from "./slider/slider.component";
import * as i10 from "./saturation/saturation.component";
import * as i11 from "./pipes/enum-to-array.pipe";
export declare class NgxInputColorModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxInputColorModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxInputColorModule, [typeof i1.NgxInputColorDirective, typeof i2.NgxInputColorComponent, typeof i3.PickerComponent, typeof i4.CmykComponent, typeof i5.HslComponent, typeof i6.RgbComponent], [typeof i7.CommonModule, typeof i8.FormsModule, typeof i9.SliderComponent, typeof i10.SaturationComponent, typeof i11.EnumToArrayPipe], [typeof i2.NgxInputColorComponent, typeof i1.NgxInputColorDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxInputColorModule>;
}