Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ ɵɵloadQuery
Function
ɵɵloadQuery
packages/core/src/render3/instructions/queries.ts:103–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
* @codeGenApi
102
*/
103
export
function
ɵɵloadQuery<T>(): QueryList<T> {
104
return
loadQueryInternal<T>(getLView(), getCurrentQueryIndex());
105
}
Callers
nothing calls this directly
Calls
3
loadQueryInternal
Function · 0.90
getLView
Function · 0.90
getCurrentQueryIndex
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…