摘要: Bootstap是基于JQuery开发,Angular中不支持Bootstrap相关事件逻辑。本文基于Typecript开发了一个Angular可用的ScrollSpy控件。Scrollspy控件主要实现了左侧导航以及右侧正文之间的联动和切换。所以, 此组件主要解决两个问题: (1)点击左侧导航列表 阅读全文
posted @ 2018-12-29 17:30 沉默的雪糕 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 由于Bootstrap官方目前并没有发布Angular的相关类库进行支持,当前Angular只能引用使用Bootstrap相关的样式。无法使用Bootstrap自带的脚本逻辑。以下以Angular7和Bootsrap4.2为例进行demo验证。 环境搭建 首先执行以下两个命令创建angular项目和 阅读全文
posted @ 2018-12-29 12:02 沉默的雪糕 阅读(10706) 评论(0) 推荐(1) 编辑
摘要: 做angular demo报错: Uncaught Error: Unexpected directive 'ScrollSpyDirective' imported by the module 'AppModule'. Please add a @NgModule annotation。解决问题时 阅读全文
posted @ 2018-12-29 11:47 沉默的雪糕 阅读(3288) 评论(0) 推荐(1) 编辑