Dinamically add icons over image Ionic v3

Hi there. I’m currently working on a new application for both android and iOS. I’m new to the Angular and Ionic frameworks but I’ve been able to set the basics for my application.

The thing is that I have an image and I want to be able to put an icon (or another image) on top of it dinamically, where the user taps the first image. Like in a map, mark an “X” in the coordinates where the user taps.

I could do it with html and some javascript, jQuery and all that stuff, but I understand that it’s not the Ionic way of doing things. Could somebody give me some hint in order to achieve what I’m looking for?

Thank you.