mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
16 lines
290 B
HTML
16 lines
290 B
HTML
|
|
<ion-toolbar *header><ion-title>Second Page</ion-title></ion-toolbar>
|
|
|
|
|
|
<ion-content class="padding">
|
|
|
|
<p>
|
|
<button class="button" (click)="pop()">Pop (Go back to 1st)</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button class="button" (click)="push()">Push (Go to 3rd)</button>
|
|
</p>
|
|
|
|
</ion-content>
|