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

Angular 9 compatibility #11

Open miloshavlicek opened 4 years ago

miloshavlicek commented 4 years ago

In Angular 9 (Ionic 5, Ivy compiler) app I see this error: ERROR in node_modules/ionic-rating/lib/ionic-rating.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of SharedModule, but could not be resolved to an NgModule class

rodainahassan commented 3 years ago

Can you provide a StackBlitz demo of the issue?