MCPcopy Create free account
hub / github.com/angular/angular / ɵɵviewQuery

Function ɵɵviewQuery

packages/core/src/render3/instructions/queries.ts:54–61  ·  view source on GitHub ↗
(
  predicate: ProviderToken<unknown> | string | string[],
  flags: number,
  read?: any,
)

Source from the content-addressed store, hash-verified

52 * @codeGenApi
53 */
54export function ɵɵviewQuery<T>(
55 predicate: ProviderToken<unknown> | string | string[],
56 flags: number,
57 read?: any,
58): typeof ɵɵviewQuery {
59 createViewQuery(predicate, flags, read);
60 return ɵɵviewQuery;
61}
62
63/**
64 * Refreshes a query by combining matches from all active views and removing matches from deleted

Callers

nothing calls this directly

Calls 1

createViewQueryFunction · 0.90

Tested by

no test coverage detected