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