父组件:
子组件:
@Output() selected = new EventEmitter(); onclick(city:string){ this.selected.emit(city); }
@ViewChild('child') child: ChildComponent;
@ContentChild('child') child: ChildComponent;
上一篇:AngularErrorInterceptor单元测试不如预期工作
下一篇:Angulareslint非常缓慢