A template reference variable is often a reference to a DOM element within a template. It can also be a reference to an Angular component or directive or a web component. 模板引用变量通常用来引用模板中的某个 DOM 元素,也可以引用 Angular 组件.指令.Web Component(自定义元素标签). store.com
由于Bootstrap官方目前并没有发布Angular的相关类库进行支持,当前Angular只能引用使用Bootstrap相关的样式.无法使用Bootstrap自带的脚本逻辑.以下以Angular7和Bootsrap4.2为例进行demo验证. 环境搭建 首先执行以下两个命令创建angular项目和组件 ng new AngularDemo //创建项目 ng g c bootstrapdemo // 创建组件 然后执行 npm install bootstrap // 安装最新的bootstr