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

EffectCleanupRegisterFn

Type Alias

A callback passed to the effect function that makes it possible to register cleanup logic.

API

  
    type EffectCleanupRegisterFn = (cleanupFn: EffectCleanupFn) => void
  
  
Jump to details
HTTPS · web.archive.org
← Home