Ionic 4 and Capacitor

Hi guys, I’m programming in Ionic 4 and capacitor. I would like to know how to make phone calls without using complements of cordova. Thank you so much!

Depends on what you mean by making phone calls.

We use anchors in our app and use the mobile service of the device that runs the app:
<a href="tel: {{ selectedProject.contact.phone }}"