Skip to content

Missing declarations in color-picker module #122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

MuhammadQasim80
Copy link

@MuhammadQasim80 MuhammadQasim80 commented Jan 2, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants