AfterRenderEffectOptions
interface
stable
Options passed to afterRenderEffect.
debugName
string | undefinedA debug name for the effect. Used in Angular DevTools to identify the effect.
manualCleanup
boolean | undefinedWhether the hook should require manual cleanup.
If this is false (the default) the hook will automatically register itself to be cleaned up
with the current DestroyRef.
Jump to details