@Rashadab wrote:
I was using this to subscribe for a Topic in ionic 4. But now since it is no longer existing in ionic 5, I am wondering how to subscribe to a topic instead.
this.event.subscribe('country:created', data => { this.countryName = data.country; });```
Posts: 1
Participants: 1