Inputs and outputs on ion-tab components

Hello,

I’m wondering if it’s possible to use inputs and outputs with components which are tabs?

For example, I want to enable tab2 when the tab1 component has finished loading some data from an HTTP request. Normally I would achieve this by creating an output which fires when the data has been received, changing a boolean value and triggering the component containing ion-tabs to enable tab2.

Maybe I’m going about this the wrong way - open to suggestions.

Hope you can help,

Thanks!