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

Function isDOMElement

packages/core/test/render3/is_shape_of.ts:200–202  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

198 * Determines if `obj` is DOM `Text`.
199 */
200export function isDOMElement(obj: any): obj is Element {
201 return obj instanceof Element;
202}
203
204/**
205 * Determines if `obj` is DOM `Text`.

Callers 1

matchDomElementFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…