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