How to improve coding instead of repeating @output decorator twice?

后端 未结 0 1732
时光说笑
时光说笑 2020-12-14 11:02

I have done some logic using @Output event emitter for each variable to emit.

    @Output() public test1 = new EventEmitter();
@Output() public te         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题