0.1.7 • Published 7 years ago

@jaspero/ng-color-picker v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Build Status NPM Version

NG Color Picker

A simple color picker module with ReactiveForms capability, for Angular.

npm install --save @jaspero/ng-color-picker

Setup

Import JasperoColorPickerModule in your @NgModule:

@NgModule({
    imports: [
        JasperoColorPickerModule
    ],
    declarations: [AppComponent],
    bootstrap: [AppComponent]
})
export class AppModule {}
0.1.7

7 years ago

0.1.6

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago