Alberplz / angular2-color-picker

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

Missing declarations in color-picker module #122

Open MuhammadQasim80 opened 6 years ago

MuhammadQasim80 commented 6 years ago

TextDirective, SliderDirective, DialogComponent were missing in color-picker.module when you compile your application that is using angular4-color-picker with --prod flag then you get compile time errors. This is due to the fact that TextDirective, SliderDirective are DialogComponent are not added in declarations of color-picker.module. I have added it in trunk. Please review it

color-picker.module.ts.zip