在角度2/4项目中使用@ types / bootstrap使用bootstrap

时间:2017-07-10 15:49:50

标签: angular webpack angular-cli

我们如何使用角度CLI在角度项目中使用@ types / bootstrap的bootstrap。我正在执行这些步骤

  1. npm install jquery bootstrap bootbox @ types / bootstrap @ types / jquery @ types / bootbox。

    导入*作为来自' jquery';

    的$

    导入*作为引导来自' bootstrap';

    从" bootbox";

  2. 导入*作为bootbox
  3. 当我尝试使用以下语句打开bootbox.alert时 bootbox.alert(" message")给出错误

    $。fn.modal未定义。

1 个答案:

答案 0 :(得分:0)

使用ngbootstrap

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

import {NgbModule} from '@ng-bootstrap/ng-bootstrap';