I am changing My SPA application from Javascript to typeScript. In this project I have used Fusionchart JQuery plugin. Now I have to integrate FusionChart in this type Script project. i have Added jquery.d.ts in my project but not able to figure out how can I use that to integrate.
Is there any way to that?
Firstly thanks to all.
I have done as follows:
I declared a class Names FusionChart in a separate ts file as follows:
after that I used the constructor of this class in my ViewModel backend .ts file as follows:
My code is as follows: