Is it possible to reference a remotely hosted js file in angular-cli.json ?
I tried including the path in the angular-cli.json, but its throwing error while compiling
if its not possible to include it in angular-cli.json, is there any other way to include a remotely hosted js file to be used in a component ?