I'm on a page and when I click on a button I call an event, I want it to call another screen, they are calling but the tabs are not changing, it's still the same as the button.
Code that I'm using to call the page.
this.navCtrl.setPages([
{ page: AboutPage }
]);