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