How should i pass data to multiple TabsPage in ionic 4

Hii,
i am trying to pass data to another page. i can create one Home Page and one Tabspage with tab1, tab2 and tab3. When i send data from home page, i can receive same data only single page for example only for Tab1 or Tab2 or Tab3.
So, someone please tell me how i can the same data for all these 3 pages in same time.

Thanks in advance :slight_smile:

How are you passing the data in the first place?

There are several ways you could do it. The two easiest would be to pass the data in a URL parameter, or use a service provider to set and retrieve the data - depending on your needs.

I think this video might explain the service provider technique?..

Thank Sir, it’s really work for me. :hugs:

Thanks a lot.