ng-bootstrap的测试和使用
【摘要】 下面是ng-bootstrap各版本的依赖如果没有angular-cli需要先安装npm install -g @angular/cli安装完后创建一个项目ng new 项目名称然后进入目录,启动服务ng serve可以在浏览器看到停止服务器安装ng-bootstrapnpm install --save @ng-bootstrap/ng-bootstrap打开ng-bootstrap文档h...
下面是ng-bootstrap各版本的依赖
如果没有angular-cli环境需要先安装
npm install -g @angular/cli
安装完后创建一个项目
ng new 项目名称
然后进入目录,启动服务
ng serve
可以在浏览器看到
停止服务器
安装ng-bootstrap
npm install --save @ng-bootstrap/ng-bootstrap
打开ng-bootstrap文档
https://ng-bootstrap.github.io/#/components/accordion/examples
按照第一个例子,添加并修改accordion-basic.ts,accordion-basic.html文件
修改app.module.ts
修改index.html,增加ngbd-accordion-basic节点
启动服务
可以看到
和教程上的效果还是不太一样,bootstrap的风格没有
npm install bootstrap@4.0.0
然后在"styles": [后加上, "node_modules/bootstrap/dist/css/bootstrap.css"
重启服务后可以看到效果
【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)