A global reactive effect, which can be manually destroyed.
API
interface EffectRef {
destroy(): void;
}
destroy
voidShut down the effect, removing it from any upcoming scheduled executions.
@returns
void
A global reactive effect, which can be manually destroyed.
interface EffectRef {
destroy(): void;
}
voidShut down the effect, removing it from any upcoming scheduled executions.
void
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/core/EffectRef