0.1.7 • Published 8 years ago

@jaspero/ng-color-picker v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.6

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago