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

Method template

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

Source from the content-addressed store, hash-verified

209 }
210
211 template(tView: TView, tNode: TNode): void {
212 this.elementStart(tView, tNode);
213 }
214
215 embeddedTView(tNode: TNode, childQueryIndex: number): TQuery | null {
216 if (this.isApplyingToNode(tNode)) {

Callers

nothing calls this directly

Calls 1

elementStartMethod · 0.95

Tested by

no test coverage detected