mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): rename ionic directory to src and update all references in the build process.
This commit is contained in:
9
src/components/app/test/gestures/main.html
Normal file
9
src/components/app/test/gestures/main.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<ion-navbar *navbar>
|
||||
<ion-title>Gestures</ion-title>
|
||||
</ion-navbar>
|
||||
|
||||
<ion-content padding>
|
||||
|
||||
<button (tap)="onTap($event)">Tap</button>
|
||||
|
||||
</ion-content>
|
||||
Reference in New Issue
Block a user