Hi I am trying to do two tabs, I have this in my HTML code:
<ion-tabs>
<ion-tab [root]="Intro" tabIcon="book"> </ion-tab>
<ion-tab [root]="HelloIonic" tabIcon="star"> </ion-tab>
</ion-tabs>
When I go to my emulator, the screen is completely black, so, how could I fix it?
Thanks!