dolanmiu / ng-color

Simple Angular color picker components which follow Angular best practices. No Frills.
https://stackblitz.com/edit/ng-color-demo
12 stars 6 forks source link

Setting color value #15

Closed michel-dirix closed 5 years ago

michel-dirix commented 5 years ago

Hi. It seems I can't set the value of the color composant. Can you add this ? :) I would like to set this value through an input which contains an hex color Thanks

dolanmiu commented 5 years ago

you can with "startHex":

https://stackblitz.com/edit/angular-antayn?file=src%2Fapp%2Fapp.component.html

michel-dirix commented 5 years ago

My component is already loaded. I want to change the color dynamically. It doesn't work when I change the startHex after.

dolanmiu commented 5 years ago

Done now. It is now all controlled via ngModel two way:

https://stackblitz.com/edit/ng-color-demo

Version 4.1.1

It is documented on the README

michel-dirix commented 5 years ago

Perfect ! Thanks !