mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
10 lines
154 B
HTML
10 lines
154 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Gestures</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
|
|
<button (tap)="onTap($event)">Tap</button>
|
|
|
|
</ion-content>
|