MCPcopy
hub / github.com/angular/angular / getLView

Function getLView

packages/core/src/render3/state.ts:340–342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

338 * Return the current `LView`.
339 */
340export function getLView<T>(): LView<T> {
341 return instructionState.lFrame.lView as LView<T>;
342}
343
344/**
345 * Return the current `TView`.

Callers 15

clearFirstUpdatePassFunction · 0.90
styling_spec.tsFile · 0.90
getTNodeFunction · 0.90
getTDataFunction · 0.90
applyTAttributesFunction · 0.90
isFirstUpdatePassFunction · 0.90
injectDestroyRefFunction · 0.90
injectViewContainerRefFunction · 0.90
injectElementRefFunction · 0.90
injectTemplateRefFunction · 0.90
injectRenderer2Function · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…