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
try
var t: Tabs = this.nav.parent; t.select(index);