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)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Please consider giving a ❤️ or leaving a kind comment if you found this post helpful!

Thank you!