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

Implementing ionic-rating-component with IONIC5 #8

Closed jatinbphp closed 3 years ago

jatinbphp commented 3 years ago

Is it possible to implement ionic-rating-component with IONIC-5. As i have seen the implementation guide, where under title "Method 2 : Using @ViewChild and Observables" it uses import { Events } from '@ionic/angular' which("Events") is removed from IONIC-5 "@ionic/angular".

It is raising error when i use import { Events } from '@ionic/angular' statement in my .ts file.

jcancig commented 3 years ago

For Ionic 5 you must implement the method 1