Stable Class
Class Overview
class EventManager {
constructor(plugins: EventManagerPlugin[], _zone: NgZone)
addEventListener(element: HTMLElement, eventName: string, handler: Function) : Function
addGlobalEventListener(target: string, eventName: string, handler: Function) : Function
getZone() : NgZone
}
Class Description
Annotations
@Injectable()
Constructor
constructor(plugins: EventManagerPlugin[], _zone: NgZone)
Class Details
addEventListener(element: HTMLElement, event