rodainahassan / ionic-rating

A simple Ionic 4 stars rating component using Angular, with an easy API and support for all methods of binding (Property and Event Binding, Template Forms and Reactive Forms).
https://www.npmjs.com/package/ionic-rating
MIT License
19 stars 26 forks source link

Cant Run in Custom component without Module. #7

Closed Saqib92 closed 5 years ago

Saqib92 commented 5 years ago

Untitled Cant Run it in component with out Module file. I have imported in every page module to use it. but when i create component (not ionic page, just component) it show this error.

Saqib92 commented 5 years ago

It Worked after Updating library and imported to app.module.ts file. Thanks for the Library.