多平台统一管理软件接口,如何实现多平台统一管理软件接口
263
2023-05-03
详解在Angular项目中添加插件ng
npm 安装 ng-bootstrap 模块
npm install zhpDOgw@ng-bootstrap/ng-bootstrap --save
在 Angular 项目配置
app.module.ts
添加
import { NgbModule } from "@ng-bootstrap/ng-bootstrap";
imports: [
/**
* ngx-bootstrap
*/
NgbModule.forRoot()
],
添加 bootstrap.min.css 样式
在 assets 文件夹下 bootstrap/bootstrap.min.css , 并在 style.css 文件中添加
@import "assets/bootstrap/bootstrap.min.css";
测试
app.component.html
添加代码:
test the ng-bootstrap
Left (pre-checked)
Middle
Right
测试结果
示例代码
angular + ng-bootstrap
参考文章
NG Bootstrap - Angular directives specific to Bootstrap 4
Bootstrap 4 components, powered by Angular
ngx-translate core
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~