@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> {}  
Jump to details