DEV Community

Asif Rana
Asif Rana

Posted on

Angular Color Picker

Building the library

npm install
npm run build

Running the example

npm install
npm run start

*Installing and usage *

npm install ngx-color-picker --save

Load the module for your app:
`import { ColorPickerModule } from 'ngx-color-picker';

@NgModule({
...
imports: [
...
ColorPickerModule
]
})`

Top comments (0)