melwinVincent / ionic4-star-rating

Star Rating component for ionic-4 projects
23 stars 11 forks source link

ngStyle issue #7

Closed drimtim5390 closed 4 years ago

drimtim5390 commented 4 years ago

Hi, please consider fixing issues in StarRatingModule. I think it can be done adding importing CommonModule. When I try to just import StarRating component it works fine in development. But if I try to build this it throws exception saying to consider using SharedModule. I tried this but got the same error. Then I used StarRatingModule instead StarRating component then got ngStyle error. After importing CommonModule in StarRatingModule files it seems to work fine.

melwinVincent commented 4 years ago

@drimtim5390 : The issue has been fixed in the latest release npm i ionic4-star-rating@1.1.1

Please upgrade the component and confirm.

Thanks, Melwin Vincent C