tab4.page.html 398 B

1234567891011121314151617
  1. <ion-header [translucent]="true">
  2. <ion-toolbar>
  3. <ion-title>
  4. Tab 4
  5. </ion-title>
  6. </ion-toolbar>
  7. </ion-header>
  8. <ion-content [fullscreen]="true">
  9. <ion-header collapse="condense">
  10. <ion-toolbar>
  11. <ion-title size="large">Tab 4</ion-title>
  12. </ion-toolbar>
  13. </ion-header>
  14. <app-explore-container name="Tab 4 page"></app-explore-container>
  15. </ion-content>