Ionic 4 tabs implementations issue

How to implement the ionic tabs in version 4. I had one issue.

I have 3 tabs contain in my app, each tab has it’s own dynamic data coming from Rest api call, but where i need call rest api call every click on tab.

now while click one each tab data is not updating because api call not calling.

could you please suggest best to do it.