export inspectNativeElement(element: any) : DebugElement
export inspectNativeElement(element: any) : DebugElement
exported from angular2/platform/browser defined in angular2/src/platform/dom/debug/debug_element_view_listener.ts (line 34)
Returns a DebugElement
for the given native DOM element, or
null if the given native element does not have an Angular view associated
with it.