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

Function isInlineTemplate

packages/core/src/render3/node_selector_matcher.ts:79–81  ·  view source on GitHub ↗
(tNode: TNode)

Source from the content-addressed store, hash-verified

77 * @param tNode current TNode
78 */
79export function isInlineTemplate(tNode: TNode): boolean {
80 return tNode.type === TNodeType.Container && tNode.value !== NG_TEMPLATE_SELECTOR;
81}
82
83/**
84 * Function that checks whether a given tNode matches tag-based selector and has a valid type.

Callers 3

setupInitialInputsFunction · 0.90
isCssClassMatchingFunction · 0.85
isNodeMatchingSelectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…