mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
7 lines
113 B
HTML
7 lines
113 B
HTML
|
|
<h1 style="background:yellow">Third Page</h1>
|
|
|
|
<p>
|
|
<button (click)="pop()">Pop (Go back to 2nd)</button>
|
|
</p>
|