mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
8 lines
165 B
HTML
8 lines
165 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Navigation</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
<button block (click)="push()">Push New Page</button>
|
|
</ion-content>
|