我很高兴通过.angular-cli.json
加入第三方图书馆。我已经管理了如何从node_modules
包含库,但是如何从CDN添加库对我来说是一个谜。
现在我的导入看起来如此
"styles": [
"styles.css",
"../node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
],
但是,插入URI会破坏编辑
答案 0 :(得分:0)
这是不可能的。如果您想从CDN加载某些资源,则需要在您的d
。