MCPcopy
hub / github.com/angular/angular / clone

Method clone

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

* Clones an LQuery for an embedded view. A cloned query shares the same `QueryList` but has a * separate collection of materialized matches.

()

Source from the content-addressed store, hash-verified

205 * separate collection of materialized matches.
206 */
207 clone(): LQuery<T>;
208
209 /**
210 * Called when an embedded view, impacting results of this query, is inserted or removed.

Callers 15

cacheResponseMethod · 0.65
handleFetchFunction · 0.65
fetchAndCacheOnceFunction · 0.65
matchMethod · 0.65
putMethod · 0.65
withRootDirectoryMethod · 0.65
fetchMethod · 0.65
fetchMethod · 0.65
createEmbeddedViewMethod · 0.65
interceptMethod · 0.65

Implementers 1

LQuery_packages/core/src/render3/queries/quer

Calls

no outgoing calls

Tested by

no test coverage detected