Bootstrap与角度5不兼容

时间:2017-12-04 12:13:15

标签: angular

我正在使用Angular 5.安装ng-bootstrap后,几乎没有错误。 ng-bootstrap与Angular 5不兼容,还是其他兼容的软件包?

enter image description here

3 个答案:

答案 0 :(得分:2)

<强>更新

ng-bootstrap现在与Angular 5兼容(自5 Nov起)。

ng-bootstrap与Angular 5不兼容,你可能确实是对的:

  

<强>依赖关系

     
      
  • Angular (使用4.0.3测试)
  •   
  • Bootstrap 4 (使用4.0.0-beta.2测试)
  •   

但我可以验证npm install bootstrap@4.0.0-beta.2 angular 模块@5.0.5以及npm@5.6.0node@9.2.0typescript@2.4.2是否兼容

(我的.angular-cli.json加载自定义styles.scss也没有问题,我将其用于@import "~bootstrap/scss/functions"等一些选择性导入。

答案 1 :(得分:0)

您应该使用ng-bootstrap而不是常规的旧引导程序......

试试这个:

npm install --save @ng-bootstrap/ng-bootstrap

来源:ng-bootstrap docs

答案 2 :(得分:0)

我使用的ngx-bootstrap是兼容的,因为ng-bootstrap不兼容