npm 安装 ng-bootstrap 模块
@H_301_3@
在 Angular 项目配置
app.module.ts
imports: [
/**
/**
- ngx-bootstrap
*/
NgbModule.forRoot()
],
@H_301_3@添加 bootstrap.min.css 样式
在 assets 文件夹下 bootstrap/bootstrap.min.css , 并在 style.css 文件中添加
@H_301_3@测试
app.component.html
test the ng-bootstrapdioGroup name="radioBasic"> @H_301_3@
{{model}}
@H_301_3@ @H_301_3@测试结果
示例代码
参考文章
NG Bootstrap - Angular directives specific to Bootstrap 4
原文链接:https://www.f2er.com/bootstrap/38155.html