mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
15 lines
195 B
HTML
15 lines
195 B
HTML
<ion-header>
|
|
|
|
<ion-navbar>
|
|
<ion-title>Navigation</ion-title>
|
|
</ion-navbar>
|
|
|
|
</ion-header>
|
|
|
|
|
|
<ion-content padding>
|
|
|
|
<button block (click)="push()">Push New Page</button>
|
|
|
|
</ion-content>
|