squareetlabs / ionic-rating-component

A component for rating in Ionic 5. Show evaluation. A quick rating operation on something.
Other
4 stars 21 forks source link

Module '"ionic-rating-component"' has no exported member 'IonicRatingModule' #10

Open ayubUOL opened 2 years ago

ayubUOL commented 2 years ago

Hi, thank you for making this rating component.

I'm using ionic v5 and I just installed using command but error appear at the time of using import in parent component.

Screen Shot 2022-01-03 at 6 41 37 PM
jatinbphp commented 2 years ago

Hello Use "IonicRatingComponentModule" instead of IonicRatingModule

ziaurrehmanjutt commented 2 years ago

Yes Its worked

import { IonicRatingComponentModule } from 'ionic-rating-component';

Kashaf14 commented 1 week ago
image

any one can guide?