Is there a way to automatically have Angular-Cli (Angular-4) append URL's to Styles or Scripts when adding external libraries with npm install --save into .angular-cli.json?
Currently, we have to manually search through the node_modules folder to find the file address and then add it to .angular-cli.json. Is there a more efficient solution?
Thank you,
Best regards,
Shohil Sethia