Yes, are almost on the way....
you just need to change in HTML part. I did in this way.
Create Pin
after this, you just need to create a function that will close your modal popup.
in your ts file
closeModal() {
this.modalCtrl.dismiss();
}
I hope that will help you.