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

Method template

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

* A method called when processing the template instruction. This is where a * given TContainerNode is matched against a query predicate. * @param tView * @param tNode

(tView: TView, tNode: TNode)

Source from the content-addressed store, hash-verified

118 * @param tNode
119 */
120 template(tView: TView, tNode: TNode): void;
121
122 /**
123 * A query-related method called when an embedded TView is created based on the content of a

Callers 4

reifyCreateOperationsFunction · 0.65
createMethod · 0.65
templateMethod · 0.65
templateCreateFunction · 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