Alberplz / angular2-color-picker

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

Deprecated #96

Open jason111neo opened 7 years ago

jason111neo commented 7 years ago

When running in production mode, since it uses opaque_token and the latest angular 4 uses InjectionToken instead

using command "ng serve --prod --host 0.0.0.0 --port 4200" command "ng serve --host 0.0.0.0 --port 4200" will give the same error but builds correctly subsequently.

jason111neo commented 7 years ago

went to npm install ngx-color-picker and seems to work for now