refactor(ivy): update parameter for executeInitHooks to be more accurate (#27965)
Co-Authored-By: benlesh <ben@benlesh.com> PR Close #27965
This commit is contained in:
parent
ce51dfb499
commit
0c6fa1df52
|
@ -116,7 +116,7 @@ export function registerPostOrderHooks(tView: TView, tNode: TNode): void {
|
|||
*
|
||||
* @param lView The current view
|
||||
* @param tView Static data for the view containing the hooks to be executed
|
||||
* @param creationMode Whether or not we're in creation mode.
|
||||
* @param checkNoChangesMode Whether or not we're in checkNoChanges mode.
|
||||
*/
|
||||
export function executeInitHooks(
|
||||
currentView: LView, tView: TView, checkNoChangesMode: boolean): void {
|
||||
|
|
Loading…
Reference in New Issue