Ionic with Angular 4.0.0: Image Pinch, pan, Zoom and Tap for coordinates

Hello,
I am able to get coordinates for tap/click on an image by using
<input type="image" (click)="onClick($event)" src="myImageFile">

is a directive or component I can use along with it that supports pinch zoom functionality?

Thanks for your help.

Kashyap