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)

👋 Kindness is contagious

Explore this insightful write-up embraced by the inclusive DEV Community. Tech enthusiasts of all skill levels can contribute insights and expand our shared knowledge.

Spreading a simple "thank you" uplifts creators—let them know your thoughts in the discussion below!

At DEV, collaborative learning fuels growth and forges stronger connections. If this piece resonated with you, a brief note of thanks goes a long way.

Okay