Skip to content

Commit 2f73281

Browse files
cexbrayatAndrewKushnir
authored andcommitted
fix(core): improve docs on afterRender hooks (#56525)
This commit improves the documentation of the options parameter of the afterRender hooks. PR Close #56525
1 parent 9c3c8ae commit 2f73281

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/render3/after_render_hooks.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ export function internalAfterNextRender(
197197
* </div>
198198
*
199199
* @param callback A callback function to register
200+
* @param options Options to control the behavior of the callback
200201
*
201202
* @usageNotes
202203
*
@@ -278,6 +279,7 @@ export function afterRender(callback: VoidFunction, options?: AfterRenderOptions
278279
* </div>
279280
*
280281
* @param callback A callback function to register
282+
* @param options Options to control the behavior of the callback
281283
*
282284
* @usageNotes
283285
*

0 commit comments

Comments
 (0)