MCPcopy 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 */
103export function ɵɵloadQuery<T>(): QueryList<T> {
104 return loadQueryInternal<T>(getLView(), getCurrentQueryIndex());
105}

Callers

nothing calls this directly

Calls 3

loadQueryInternalFunction · 0.90
getLViewFunction · 0.90
getCurrentQueryIndexFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…