AfterRenderOptions
interface
stablesince v20.0
Options passed to afterEveryRender
and afterNextRender
.
injector
Injector | undefined
manualCleanup
boolean | undefined
Whether 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