ngx-input-color
Version:
Angular color input component and color picker (with HSL, HSV, RGB, CMYK, HEX, alpha, eye-dropper, etc)
11 lines (10 loc) • 545 B
TypeScript
export * from './lib/ngx-input-color/ngx-input-color.component';
export * from './lib/ngx-input-gradient/ngx-input-gradient.component';
export * from './lib/ngx-box-shadow/ngx-box-shadow.component';
export * from './ngx-input-color.module';
export * from './ngx-input-gradient.module';
export * from './ngx-input-box-shadow.module';
export * from './directives/ngx-input-color.directive';
export * from './directives/ngx-input-gradient.directive';
export * from './directives/ngx-input-box-shadow.directive';
export * from './models/IPosition';