摘要: 先自定义一个组件import { Component } from '@angular/core'; @Component({ selector: 'exe-greet', template: ` <div class="border"> <p>Greet Component</p> <ng-con 阅读全文
posted @ 2017-12-08 11:05 上帝不是要你成功,而是让你去尝试 阅读(4874) 评论(0) 推荐(0) 编辑
摘要: @viewChild 作用一:选择组件内节点 @ViewChild @ContentChild @ViewChildren @ContentChildren 又是什么 @ViewChild 选择组件模板内的节点 @ContentChild 选择当前组件引用的子组件 @ContentChild(组件名 阅读全文
posted @ 2017-12-08 10:49 上帝不是要你成功,而是让你去尝试 阅读(3017) 评论(0) 推荐(0) 编辑