我们如何使用角度CLI在角度项目中使用@ types / bootstrap的bootstrap。我正在执行这些步骤
npm install jquery bootstrap bootbox @ types / bootstrap @ types / jquery @ types / bootbox。
导入*作为来自' jquery';
的$导入*作为引导来自' bootstrap';
从" bootbox";
当我尝试使用以下语句打开bootbox.alert时 bootbox.alert(" message")给出错误
$。fn.modal未定义。
答案 0 :(得分:0)
使用ngbootstrap
npm install --save @ng-bootstrap/ng-bootstrap
import {NgbModule} from '@ng-bootstrap/ng-bootstrap';