refactor(ivy): remove repeated getLView() calls (#30918)

PR Close #30918
This commit is contained in:
Pawel Kozlowski 2019-06-07 15:31:25 +02:00 committed by Igor Minar
parent 016b3f16a3
commit 2b9a4cc6a6
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ export function ɵɵelementEnd(): void {
lView[QUERIES] = currentQueries.parent; lView[QUERIES] = currentQueries.parent;
} }
registerPostOrderHooks(getLView()[TVIEW], previousOrParentTNode); registerPostOrderHooks(lView[TVIEW], previousOrParentTNode);
decreaseElementDepthCount(); decreaseElementDepthCount();
// this is fired at the end of elementEnd because ALL of the stylingBindings code // this is fired at the end of elementEnd because ALL of the stylingBindings code