Is it possible to intercept the ion-tabs selections in ionic 2?
In previous ionic version it seems possible (http://ionicframework.com/docs/api/directive/ionTab/)
By default, the tab will be selected on click. If ngClick is set, it will not. You can explicitly switch tabs using $ionicTabsDelegate.select().
But in the actual documentation the ng-click attribute is not mentioned anymore.