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

EffectRef

interface

A global reactive effect, which can be manually destroyed.

API

  
    interface EffectRef {}
  
  

destroy

void

Shut down the effect, removing it from any upcoming scheduled executions.

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