Ionic 4 capacitor not working with ionic/angular i need to add Event

in ionic 4 capacitor ionic/angular not working i need to add Event for event publish and event subscribe for login and logout time

any one help me out for this issue

Look at this thread. Events are gone. But you can achieve the same effect using observables.

1 Like

You can use BehaviourSubjects as an alternative. There is a slight but significant difference between Subjects and BehaviourSubjects