MCPcopy Create free account
hub / github.com/angular/angular / getContextLView

Function getContextLView

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

Source from the content-addressed store, hash-verified

410}
411
412export function getContextLView(): LView {
413 const contextLView = instructionState.lFrame.contextLView;
414 ngDevMode && assertDefined(contextLView, 'contextLView must be defined.');
415 return contextLView!;
416}
417
418export function isInCheckNoChangesMode(): boolean {
419 !ngDevMode && throwError('Must never be called in production mode');

Callers 2

ɵɵreferenceFunction · 0.90
ɵɵreadContextLetFunction · 0.90

Calls 1

assertDefinedFunction · 0.90

Tested by

no test coverage detected