I was trying to add a TWILIO Chat in my Angular2 application. I got a solution for importing TWILIO into our component from this link - How to use Twilio Client in Angular 2? .
While consoling the Twilio
variable, which i got from declare const Twilio: any;
, i am getting the entire twilio function. Can anyone please tell me how can i actually implement a chat application or how can i make use of that function, in my application.