I have an element in HTML template of an Angular 2 app. I add a directive to it:
HELLO
I want that
If myCustomDirective has an output @Output() someEvent:EventEmitter = new EventEmitter(); then you can use
myCustomDirective
@Output() someEvent:EventEmitter = new EventEmitter();