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
To default to a tab in ionic 2 change the selectedIndex property:
The About tab will be the selected tab when the page loads.