Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ asNativeElements
Function
asNativeElements
packages/core/src/debug/debug_node.ts:50–52 ·
view source on GitHub ↗
(debugEls: DebugElement[])
Source
from the content-addressed store, hash-verified
48
* @publicApi
49
*/
50
export
function
asNativeElements(debugEls: DebugElement[]): any {
51
return
debugEls.map((el) => el.nativeElement);
52
}
53
54
/**
55
* @publicApi
Callers
2
forward_ref_integration_spec.ts
File · 0.90
query_integration_spec.ts
File · 0.90
Calls
1
map
Method · 0.80
Tested by
no test coverage detected