@angular/core

EffectRef

interface

A global reactive effect, which can be manually destroyed.

  
    interface EffectRef {  destroy(): void;}}
  
  
Jump to details