I have been working on a project in angular with typescript where all are ts files , I have to use JqxWidgets which is an external javascript framework which doesn't have definitely typed files .. So how to use them ? i.e mixed typescript and javascript work together
We do get errors like 'Property 'jqxGrid' does not exists on type jquery '