标签: angular angular-cli
我使用angular cli创建了Angular项目。我使用npm安装了bootstrap。但是,如果不在index.html中添加bootstrap css,它就不应用引导程序样式。
如何解决这个问题?我不想手动添加bootstrap css。
答案 0 :(得分:0)
将其添加到.angular-cli.json文件中:
"styles": [ "../node_modules/bootstrap/dist/css/bootstrap.min.css" ],