(lView: LView, hooks: HookData, nodeIndex?: number | null)
| 173 | * case, when executing select(number)) |
| 174 | */ |
| 175 | export function executeCheckHooks(lView: LView, hooks: HookData, nodeIndex?: number | null) { |
| 176 | callHooks(lView, hooks, InitPhaseState.InitPhaseCompleted, nodeIndex); |
| 177 | } |
| 178 | |
| 179 | /** |
| 180 | * Executes post-order init and check hooks (one of AfterContentInit, AfterContentChecked, |
no test coverage detected
searching dependent graphs…