Type of the event target el
.
Type of the events to be emitted, such as MouseEvent
.
Event target to create an observable from.
Name of the event to listen to, such as 'click'
.
New observable that emits values from the event target.
Generated using TypeDoc
Creates an observable from an
EventTarget
. Each event is turned into an item for the observable.