1、angular 使用 bootstrap

  安装bootstrap

npm install bootstrap --save

  安装bootstrap-icons

npm i bootstrap-icons

  并在angular.json添加配置

            "styles": [
"src/styles.scss",
"./node_modules/bootstrap/dist/css/bootstrap.min.css",
"./node_modules/bootstrap-icons/font/bootstrap-icons.css"
],
"scripts": [
"./node_modules/bootstrap/dist/js/bootstrap.js"
]

最新文章

  1. getComputedStyle 方法
  2. Unity调用Android类方法
  3. iOS中UITableView数据源刷新了,但tableview当中的cell没有刷新
  4. Bugtags,产品经理的瑞士军刀
  5. FastJson与Gson小测试
  6. Winform控件学习-TreeView
  7. mouseenter 事件,固定右侧客服特效
  8. Mysql Cluster 集群 windows版本
  9. 基于visual Studio2013解决C语言竞赛题之0415特殊对数
  10. A*寻路算法的实现
  11. Ubuntu 忘记密码
  12. Exception in thread "main" org.hibernate.TransientObjectException: object references an unsaved tran
  13. 二:Redis快速入门及应用
  14. FFmpeg源代码简单分析:avcodec_encode_video()
  15. RabbitMQ和Kafka到底怎么选?
  16. Mac pip install mysql-python
  17. Robot Framework 内置变量
  18. P1219 八皇后
  19. sparse_matrix
  20. TCP传输

热门文章

  1. RGB以及RGBA
  2. JS基本数据类型——BigInt
  3. 前端(js部分讲解)
  4. 教你铁威马NAS中如何进行阵列升级
  5. 有备无患!DBS高性价比方案助力富途证券备份上云
  6. Kali-Linux-for-Docker
  7. 第六节 FAF与GP不工作保护区的绘制
  8. CF1744B Even-Odd Increments
  9. 解决 requests cookies 为空的坑
  10. 反馈电路的Bode分析法