I've added to fresh build of angular-cli, some styles and script in head of index.html, but it seems that webpack is not loading those files. It might be problem since those files are loaded from cdn. Is there any way to add globaly scripts/styles from cdn as
 apps[0].scripts // styles section in angular-cli.json 
 apps[0].styles //script section in angular-cli.json 
 
    