Sorry to be the guy who upgrades to the new version of Angular within the first week and finds an issue. I'm sure it's on your radar to check for compatibility, but thought I would at least let you know the error I'm receiving when running a project with the module included:
ERROR in Failed to compile entry-point ionic4-star-rating (main as commonjs) due to compilation errors:
node_modules/ionic4-star-rating/dist/ionic4-star-rating.module.js:32:21 - error NG1010: Value at position 0 in the NgModule.declarations of StarRatingModule is not a reference: [object Object]
32 declarations: [
~
33 StarRating
~~~~~~~~~~~~~~~~~~
34 ],
~~~~~~~
Sorry to be the guy who upgrades to the new version of Angular within the first week and finds an issue. I'm sure it's on your radar to check for compatibility, but thought I would at least let you know the error I'm receiving when running a project with the module included: