将引导程序添加到Angular项目中的最佳方法

时间:2018-02-14 15:38:41

标签: angular bootstrap-4

从我收集的内容中,有三种不同的方法来添加bootstrap> v4进入angular-cli项目。将引导程序添加到开发和生产环境中的三者(或者下面没有列出的内容)的最佳方式是什么?

  1. 使用cdn / node modules文件夹并在根文件夹的index.html文件中为bootstrap css样式表添加链接引用
  2. 使用cdn / node modules文件夹并在angularcli.json文件的styles部分中添加对bootstrap css文件的引用
  3. 使用@import从styles.css文件
  4. 中的node modules文件夹导入css

    最后,是CDN首选还是npm将Bootstrap安装到node_modules并在那里引用css?

1 个答案:

答案 0 :(得分:3)

我认为最好的方法是遵循官方角度cli文档,除非您有某些限制或某些特定原因不以这种方式使用它 - > https://github.com/angular/angular-cli/wiki/stories-include-bootstrap