mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
13 lines
308 B
HTML
13 lines
308 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Page {{pageNum}}</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
<ion-row>
|
|
<button full block (click)="push()">.push() another page</button>
|
|
</ion-row>
|
|
<ion-row>
|
|
<button secondary full block (click)="pop()">.pop()</button>
|
|
</ion-row>
|
|
</ion-content>
|