• Overview
@angular/platform-browser

EventManagerPlugin

Class

The plugin definition for the EventManager class

  
    abstract class EventManagerPlugin {}
  
  

supports

boolean

Should return true for every event name that should be supported by this plugin

@parameventNamestring
@returnsboolean

addEventListener

Function

Implement the behaviour for the supported events

@paramelementHTMLElement
@parameventNamestring
@paramhandlerFunction
@paramoptionsListenerOptions | undefined
@returnsFunction
Jump to details