angular 9 EventEmitter emit subscribe not working code example
Example: output events in angular with asynchronous
content_copy
<zippy (open)="onOpen($event)" (close)="onClose($event)"></zippy>
content_copy
<zippy (open)="onOpen($event)" (close)="onClose($event)"></zippy>