下载bootstrap模块到node_modules里面
在angular-cli里面配置css和js的路径
"styles": [ "styles.css", "../node_modules/bootstrap/dist/css/bootstrap.css" ], "scripts": [ "../node_modules/jquery/dist/jquery.js", "../node_modules/bootstrap/dist/js/bootstrap.js" ],
4.在app.compenent.html里使用bootstrap样式但是没有效果
希望能得到解决
商星几何