diff --git a/packages/core/src/render3/after_render_hooks.ts b/packages/core/src/render3/after_render_hooks.ts index 4ed40d158bd..7ae1150d6dc 100644 --- a/packages/core/src/render3/after_render_hooks.ts +++ b/packages/core/src/render3/after_render_hooks.ts @@ -197,6 +197,7 @@ export function internalAfterNextRender( * * * @param callback A callback function to register + * @param options Options to control the behavior of the callback * * @usageNotes * @@ -278,6 +279,7 @@ export function afterRender(callback: VoidFunction, options?: AfterRenderOptions * * * @param callback A callback function to register + * @param options Options to control the behavior of the callback * * @usageNotes *