tab1.page.html 467 B

1234567891011121314151617181920
  1. <ion-header [translucent]="true">
  2. <ion-toolbar>
  3. <ion-title>
  4. Tab 1
  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 1</ion-title>
  12. </ion-toolbar>
  13. </ion-header>
  14. <!-- <app-explore-container name="Tab 1 page"></app-explore-container> -->
  15. <ion-button [routerLink]="[ '/tab2' ]">
  16. 跳转到yiyun
  17. </ion-button>
  18. </ion-content>