1.在项目中使用命令 npm i bootstrap -s来创建bootstrap

2.创建完成之后在 angular.json中引入进去

"styles": [
              "src/styles.scss",
              "./node_modules/bootstrap/dist/css/bootstrap.min.css",
            ],
3.重启服务

最新文章

  1. 点击空白处div消失的方法
  2. git-tag
  3. Android SQLite (二) 基本用法
  4. LintCode Kth Largest Element
  5. linux 配置免密码登录
  6. mvc annotation-driven作用
  7. 玩转docker
  8. Android窗口管理服务WindowManagerService计算Activity窗口大小的过程分析
  9. ServiceStack 入门(一)
  10. static_cast,const_cast,dynamic_cast,reinterpret_cast
  11. SQL 教程
  12. Error 56: The Cisco Systems, Inc. VPN Service has not been started(Cisco VPN在Vista下出现Error 56的解决办法)
  13. php编译安装
  14. Muduo阅读笔记---net(三)
  15. Java和Flex整合报错(二)
  16. MySQL优化:使用show status查看MySQL服务器状态信息
  17. 小程序 input 组件内容显示不全(显示的长度不满 input 宽度)问题
  18. Spring Boot + Spring Cloud 构建微服务系统(七):API服务网关(Zuul)
  19. liunx的命令大全
  20. Linux下Miniconda量化环境安装

热门文章

  1. mask-rcnn的解读(三):batch_slice()
  2. NopCommerce源代码分析之用户验证和权限管理
  3. Spring登录实例
  4. 3 测试使用和LogCat日志
  5. https://support.microsoft.com/zh-cn/help/2290714/error-message-when-you-install-office-2010-on-a-windows-7-based-comput
  6. python27期day16:序列化、json、pickle、hashlib、collections、软件开发规范、作业。
  7. npm安装使用^符号时,在0.0.1等版本下区别
  8. 残差residual VS 误差 error
  9. 【oracle】oracle11g安装失败 提示找不到文件,模板General_Purpose.dbc不存在
  10. uuid模块