The Wayback Machine - https://web.archive.org/web/20250126052408/https://angular.dev/api/core/OutputEmitterRef
    • Overview
@angular/core

OutputEmitterRef

Class

An OutputEmitterRef is created by the output() function and can be used to emit values to consumers of your directive or component.

  
    class OutputEmitterRef<T> implements OutputRef<T> {}
  
  
@paramcallback(value: T) => void

emit

void

Emits a new value to the output.

@paramvalueT
@returnsvoid
Jump to details
HTTPS · web.archive.org
← Home