@angular/core

EventEmitter

constant

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