I added angular-cli to the new assembly, some styles and a script in the index.html header, but it seems like webpack is not loading these files. This can be a problem as these files are downloaded from cdn. Is there any way to add global scripts / styles from cdn like
apps[0].scripts // styles section in angular-cli.json
apps[0].styles //script section in angular-cli.json
source
share