A callback passed to the effect function that makes it possible to register cleanup logic.
API
type EffectCleanupRegisterFn = (cleanupFn: EffectCleanupFn) => void
A callback passed to the effect function that makes it possible to register cleanup logic.
type EffectCleanupRegisterFn = (cleanupFn: EffectCleanupFn) => 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/EffectCleanupRegisterFn