Hello,
I cant to use tabs menu on all page but not on my login page.
My login page is the page who is launch when i open the app.
<ion-tabs>
<ion-tab [root]="tab0Root" tabIcon="person"></ion-tab>
<ion-tab [root]="tab1Root" tabIcon="home"></ion-tab>
<ion-tab [root]="tab2Root" tabIcon="information-circle"></ion-tab>
<ion-tab [root]="tab3Root" tabIcon="contacts"></ion-tab>
<ion-tab [root]="tab4Root" tabIcon="cog"></ion-tab>
</ion-tabs>
I want to launch my app on the tab0Root page but hide the menu on this page and hide the tabs 0 on the tabs menu.
I don’t know how to explain this better
I hope will can help me !