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

Function isTemplateElement

packages/core/src/sanitization/html_sanitizer.ts:353–355  ·  view source on GitHub ↗
(el: Node)

Source from the content-addressed store, hash-verified

351 : null;
352}
353function isTemplateElement(el: Node): el is HTMLTemplateElement {
354 return el.nodeType === Node.ELEMENT_NODE && el.nodeName === 'TEMPLATE';
355}

Callers 1

getTemplateContentFunction · 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…