mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
10 lines
205 B
HTML
10 lines
205 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Nav Push/Pop</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
<ion-row>
|
|
<button full block (click)="push()">.push() new page</button>
|
|
</ion-row>
|
|
<ion-content>
|