A color picker widget for Angular with no dependencies.
npm install --save nxt-color-picker
import { ColorPickerModule } from 'nxt-color-picker'
@NgModule({
...
imports: [
...
ColorPickerModule
]
})
<input [(nxtColor)]="color"
[style.background]="color"/>