MCPcopy
hub / github.com/angular/angular / getByIndex

Method getByIndex

packages/core/src/render3/interfaces/query.ts:147–147  ·  view source on GitHub ↗

* Returns a TQuery instance for at the given index in the queries array. * @param index

(index: number)

Source from the content-addressed store, hash-verified

145 * @param index
146 */
147 getByIndex(index: number): TQuery;
148
149 /**
150 * Returns the number of queries tracked in a given view.

Callers 3

createEmbeddedViewMethod · 0.65
collectQueryResultsFunction · 0.65
getTQueryFunction · 0.65

Implementers 1

TQueries_packages/core/src/render3/queries/quer

Calls

no outgoing calls

Tested by

no test coverage detected