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

Method elementStart

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

* A method call when a given query is crossing an element (or element container). This is where a * given TNode is matched against a query predicate. * @param tView * @param tNode

(tView: TView, tNode: TNode)

Source from the content-addressed store, hash-verified

103 * @param tNode
104 */
105 elementStart(tView: TView, tNode: TNode): void;
106
107 /**
108 * A method called when processing the elementEnd instruction - this is mostly useful to determine

Callers 4

reifyCreateOperationsFunction · 0.65
elementStartMethod · 0.65
domOnlyFirstCreatePassFunction · 0.65

Implementers 2

TQuery_packages/core/src/render3/queries/quer
TQueries_packages/core/src/render3/queries/quer

Calls

no outgoing calls

Tested by

no test coverage detected