Files
ionic-framework/angular/test/test-app/src/app/tabs-tab1-nested/tabs-tab1-nested.component.html
2018-12-08 17:23:39 +01:00

17 lines
475 B
HTML

<ion-header>
<ion-toolbar>
<ion-title>Tab 1 - Page 2</ion-title>
<ion-buttons slot="start">
<ion-back-button></ion-back-button>
</ion-buttons>
</ion-toolbar>
</ion-header>
<ion-content padding>
<h1>Welcome to NESTED PAGE</h1>
<p>
<ion-button routerLink="/tabs/account" id="goto-tab1-page1">Go to Tab 1 - Page 1</ion-button>
<ion-button routerLink="/tabs/contact" id="goto-tab2-page1">Go to Tab 2 - Page 1</ion-button>
</p>
</ion-content>