I am creating Angular JS code through Typescript code. In one situation, I need to add an external JS file to my Typescript file and access the classes in the js file.
I am adding this js file as follows.
But the Typescript file cannot identify the objects of this javascript file.
If someone knows a suitable method, add your answer. (I am using the min. Js file)
source
share