MCPcopy Index your code
hub / github.com/angular/angular / track

Method track

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

* Adds a new TQuery to a collection of queries tracked in a given view. * @param tQuery

(tQuery: TQuery)

Source from the content-addressed store, hash-verified

139 * @param tQuery
140 */
141 track(tQuery: TQuery): void;
142
143 /**
144 * Returns a TQuery instance for at the given index in the queries array.

Callers 4

collectChangeLocationsFunction · 0.65
createTQueryFunction · 0.65

Implementers 1

TQueries_packages/core/src/render3/queries/quer

Calls

no outgoing calls

Tested by

no test coverage detected