I\'m trying to use the Ionic 2 and I\'m still struggling with most basic tasks, such as select a tab when the app is loading.
I\'ve tried to inject the Tabs
Tabs
In Ionic 3 and angular 4.
import { Tabs } from 'ionic-angular/navigation/nav-interfaces'; @ViewChild('myTabs') tabRef: Tabs; - With in the class about constructor. this.tabRef.select(0, {}); // In the method where you want set tab.