Ionic 2 Gestures?

I don’t see any gestures documentation for Ionic 2, only Ionic 1.2. I’m interested in implementing swipes. Can anyone point me towards the right resources or confirm that the Ionic 1.2 gestures still work?
:heart_decoration:

1 Like

Looking into ionic source code I found a component named Gesture.
You can implement from him or create a new one extending him.

https://github.com/driftyco/ionic/tree/2.0/ionic/gestures

be aware: