草庐IT

cOptions

全部标签

javascript - 从组件调用的 Angular 4 指令的多个实例弄乱了输入值

我有一个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