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