mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
16 lines
222 B
HTML
16 lines
222 B
HTML
|
|
<ion-toolbar *header>
|
|
|
|
<ion-title>Third Page</ion-title>
|
|
|
|
</ion-toolbar>
|
|
|
|
|
|
<ion-content class="padding" style="background:yellow">
|
|
|
|
<p>
|
|
<button (click)="pop()">Pop (Go back to 2nd)</button>
|
|
</p>
|
|
|
|
</ion-content>
|