• Overview
@angular/core

EventEmitter

constant
stable

API

    
      const EventEmitter: { new (isAsync?: boolean | undefined): EventEmitter<any>; new <T>(isAsync?: boolean | undefined): EventEmitter<T>; readonly prototype: EventEmitter<any>; };
    
    
Jump to details