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

Method elementStart

packages/core/src/render3/queries/query.ts:199–203  ·  view source on GitHub ↗
(tView: TView, tNode: TNode)

Source from the content-addressed store, hash-verified

197 }
198
199 elementStart(tView: TView, tNode: TNode): void {
200 if (this.isApplyingToNode(tNode)) {
201 this.matchTNode(tView, tNode);
202 }
203 }
204
205 elementEnd(tNode: TNode): void {
206 if (this._declarationNodeIndex === tNode.index) {

Callers 1

templateMethod · 0.95

Calls 2

isApplyingToNodeMethod · 0.95
matchTNodeMethod · 0.95

Tested by

no test coverage detected