mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
11 lines
176 B
HTML
11 lines
176 B
HTML
|
|
<h1 style="background:green">Second Page</h1>
|
|
|
|
<p>
|
|
<button (click)="pop()">Pop (Go back to 1st)</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button (click)="push()">Push (Go to 3rd)</button>
|
|
</p>
|