mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08: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:
committed by
Andrew Kushnir
parent
9c3c8ae2b9
commit
2f73281dfd
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user