ELEMENT_PROBE_PROVIDERS

export ELEMENT_PROBE_PROVIDERS : any[]

exported from angular2/platform/browser defined in angular2/src/platform/dom/debug/debug_element_view_listener.ts (line 82)

Providers which support debugging Angular applications (e.g. via ng.probe).

Example

bootstrap(MyAppComponent, [ELEMENT_PROBE_PROVIDERS]);