angular2-cli:无法在index.html中导入bootstrap.css

时间:2016-06-12 15:47:58

标签: twitter-bootstrap angular

我使用angular-cli在angular2中创建了这个演示项目。 但是当我尝试使用

包含引导程序时
<link rel="stylesheet" type="text/css" href="node_modules/bootstrap/dist/css/bootstrap.min.css">

它向我显示以下错误:

  

获取http://localhost:4200/node_modules/bootstrap/dist/css/bootstrap.min.css

但这有效:

<link rel="stylesheet" type="text/css" href="bootstrap.min.css">

如果我将我的bootstrap css移动到index.html所在的目录。

我无法在我的应用程序中使用bootstrap。 我知道它非常简单,但它不适合我。 我曾经使用相同的方法在我以前的应用程序中包含bootstrap,它对我有用。 当我通过CDN链接使用bootstrap时,其工作正常。 我的bootstrap文件与path位于同一目录中。 任何输入?

0 个答案:

没有答案