• Overview
@angular/core

EffectCleanupRegisterFn

Type Alias
stablesince v20.0

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

API

    
      type EffectCleanupRegisterFn = (cleanupFn: EffectCleanupFn) => void
    
    
Jump to details