@angular/core

OutputRefSubscription

interface

Function that can be used to manually clean up a programmatic OutputRef#subscribe subscription.

  
    interface OutputRefSubscription {  unsubscribe(): void;}}
  
  
Jump to details