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