[Ionic v4] Is still recommended the use of Events API?

In Ionic v4 is still recommended the use of Events API (@ionic/angular)? Or would it be better to use something like Subject (RxJs)?

Events API will be maintained in future releases?

Any recommendations on when to use Events vs Subject?