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