Angular Cli - 不工作的bootstrap

时间:2017-11-08 14:36:13

标签: angular angular-cli

我使用angular cli创建了Angular项目。我使用npm安装了bootstrap。但是,如果不在index.html中添加bootstrap css,它就不应用引导程序样式。

如何解决这个问题?我不想手动添加bootstrap css。

1 个答案:

答案 0 :(得分:0)

将其添加到.angular-cli.json文件中:

"styles": [
    "../node_modules/bootstrap/dist/css/bootstrap.min.css"
],