Alberplz / angular2-color-picker

Angular 2 Color Picker Directive, no dependences required.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated

jason111neo opened this issue · comments

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.

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