W3cubDocs

/Angular 2

EventManager

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, eventName: string, handler: Function) : Function
addGlobalEventListener(target: string, eventName: string, handler: Function) : Function
getZone() : NgZone

exported from @angular/platform-browser/index, defined in @angular/platform-browser/src/dom/events/event_manager.ts

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v2.angular.io/docs/ts/latest/api/platform-browser/index/EventManager-class.html