Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
*/
200
export
function
isDOMElement(obj: any): obj is Element {
201
return
obj instanceof Element;
202
}
203
204
/**
205
* Determines
if
`obj` is DOM `Text`.
Callers
1
matchDomElement
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected