Alberplz / angular2-color-picker

Angular 2 Color Picker Directive, no dependences required.
MIT License
185 stars 82 forks source link

Not working using angular-cli (webpack) #49

Closed twmobius closed 7 years ago

twmobius commented 7 years ago

Using angular-cli, angular2-color-picker 1.3.0 is not working. I am getting an error

Unexpected value 'ColorPickerModule' imported by the module

Seems related to tickets #44 and #46.

twmobius commented 7 years ago

Ok I've figured it out. The problem was with angular 2.0.1. I've upgraded to 2.1.1 and it is working now