I am trying to add a href call action to my Ionic 3 app. I have the phone number stored in a binding {{item.phone}}
I need to add this to an href tag in order to open the phones native app. I am not sure how to bind it to the href tag
<ion-col col-10 href="......">{{item.phone}}</ion-col>
Please assist