I need to reuse my Javascript module in typescript for my angular application. Can you guide me how to do that ?
You can include the javascript fine in the angular-cli.json scripts. Then you can use access the javascript methods.
scripts:[ "javascriptFile.js" ]