Ionic set Root without tabs

In Ionic3 how can I set a navigation root Page without the tabs going along?

I’m not able to find any method to achieve that.

step 1: import { App } from ‘ionic-angular’;
step 2: public appCtrl: App
step 3: this.appCtrl.getRootNav().setRoot(HomePage);

You have to change root of App so the tabs don’t going along.

2 Likes