I have a custom structural directive with event binding on it
<button *columnsBox="let box template 'alerts'" (click)="doSomething()">
Click
</button>
With my custom structural directive, the root button tag will be removed, but I still want to listen to the click event, and any other events which could be bind here.
How can I solve this?
Thanks
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…