我有一个Angular为4的组件,它被调用了三次。在模板元数据中,我有一个带有指令的div,其中包含一些像这样的绑定(bind)。@import{gServ}from'../gServ.service';@Component:({selector:'sr-comp',template:``})exportclassSGComponentimplementsOnInit{@Input('report')publicreport:IReportInstance;cOptions:any;constructor(privategServ:gServ){}ngOnInit(){this.cOp