MCPcopy
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 */
50export function asNativeElements(debugEls: DebugElement[]): any {
51 return debugEls.map((el) => el.nativeElement);
52}
53
54/**
55 * @publicApi

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…