mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fix(core): improve docs on afterRender hooks (#56525)
This commit improves the documentation of the options parameter of the afterRender hooks. PR Close #56525
This commit is contained in:
parent
9c3c8ae2b9
commit
2f73281dfd
1 changed files with 2 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ export function internalAfterNextRender(
|
|||
* </div>
|
||||
*
|
||||
* @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
|
|||
* </div>
|
||||
*
|
||||
* @param callback A callback function to register
|
||||
* @param options Options to control the behavior of the callback
|
||||
*
|
||||
* @usageNotes
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue