mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
8 lines
171 B
HTML
8 lines
171 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Nav Push/Pop</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
<button block (click)="push()">Push New Page</button>
|
|
</ion-content>
|