@angular/core

OutputRef

interface

A reference to an Angular output.

  
    interface OutputRef {  subscribe(callback: (value: T) => void): OutputRefSubscription;}}
  
  
Jump to details