MCPcopy
hub / github.com/angular/angular / getTView

Function getTView

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

Source from the content-addressed store, hash-verified

345 * Return the current `TView`.
346 */
347export function getTView(): TView {
348 return instructionState.lFrame.tView;
349}
350
351/**
352 * Restores `contextViewData` to the given OpaqueViewState instance.

Callers 15

ɵɵpipeFunction · 0.90
providersResolverFunction · 0.90
resolveProviderFunction · 0.90
createViewQueryFunction · 0.90
createContentQueryFunction · 0.90
ɵɵtextFunction · 0.90
ɵɵelementEndFunction · 0.90
ɵɵconditionalCreateFunction · 0.90
ɵɵrepeaterCreateFunction · 0.90
ɵɵpropertyFunction · 0.90
ɵɵdomPropertyFunction · 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…