@jaspero/ng-color-picker
v0.1.7
Published
[](https://travis-ci.org/jaspero/ng-color-picker) [](https://www.npmjs.com/package/@jaspero/ng-color-p
Readme
NG Color Picker
A simple color picker module with ReactiveForms capability, for Angular.
npm install --save @jaspero/ng-color-pickerSetup
Import JasperoColorPickerModule in your @NgModule:
@NgModule({
imports: [
JasperoColorPickerModule
],
declarations: [AppComponent],
bootstrap: [AppComponent]
})
export class AppModule {}