Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ lView
Method
lView
packages/core/src/render3/interfaces/context.ts:41–43 ·
view source on GitHub ↗
Component's parent view data.
()
Source
from the content-addressed store, hash-verified
39
40
/** Component's parent view data. */
41
get lView(): LView | null {
42
return
getLViewById(this.lViewId);
43
}
44
45
constructor(
46
/**
Callers
nothing calls this directly
Calls
1
getLViewById
Function · 0.90
Tested by
no test coverage detected