I am creating an app in which i require to implement Click To Call facility. So for communication I am using Twilio Client. I have tried this example.
Now all i need it i need to implement the same in my Angular 2 application. How can i import Twilio Client in my Typescript and how can i make use of it?
I am trying to import Twilio in my component like
import * as Twilio from 'twilio'
but this is not correct method to import it.