Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
*/
340
export
function
getLView<T>(): LView<T> {
341
return
instructionState.lFrame.lView as LView<T>;
342
}
343
344
/**
345
* Return the current `TView`.
Callers
15
clearFirstUpdatePass
Function · 0.90
styling_spec.ts
File · 0.90
getTNode
Function · 0.90
getTData
Function · 0.90
applyTAttributes
Function · 0.90
isFirstUpdatePass
Function · 0.90
injectDestroyRef
Function · 0.90
injectViewContainerRef
Function · 0.90
injectElementRef
Function · 0.90
injectTemplateRef
Function · 0.90
injectRenderer2
Function · 0.90
getCurrentClosestComponentInstance
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected