npm 安装 ng-bootstrap 模块
在 Angular 项目配置
app.module.ts
imports: [
/**
/**
- ngx-bootstrap
*/
NgbModule.forRoot()
],
添加 bootstrap.min.css 样式
在 assets 文件夹下 bootstrap/bootstrap.min.css , 并在 style.css 文件中添加
npm 安装 ng-bootstrap 模块
在 Angular 项目配置
在 assets 文件夹下 bootstrap/bootstrap.min.css , 并在 style.css 文件中添加
测试结果
NG Bootstrap - Angular directives specific to Bootstrap 4
原文链接:https://www.f2er.com/bootstrap/38155.html