How to pass data to other pages in #Ionic4

I am working on a Ionic 4 Android app. I want to pass data to other pages. So, How can I do that?
(Other information can be given…)

Hello,
I have also searched for a long time and you can do it either by the router or by a service

I am doing that with a service now. But How can I pass it using Router?

Hello,
I used the example Navigation example in Ionic 4
and it works well for me

1 Like