angular/modules/angular2/src/dom
Tobias Bosch f9908cd436 feat(test): add element probe
Usage: bootstrap the app with the special binding
`ELEMENT_PROBE_CONFIG` from `angular2/debug`.
This will provide a global method `ngProbe(element)` that
will expose a `DebugElement` with directive instances, ... on it.

During tests that use Angular's test injector, the probe is
enabled by default. The `DebugElement ` can be retrieved via the
function `inspectDomElement` of `angular2/debug`. Note
that the `TestComponentBuilder` already returns `DebugElement `s.

Closes #1992
2015-05-29 12:44:21 -07:00
..
browser_adapter.dart feat(dom): add setData() method. 2015-05-29 11:33:22 -07:00
browser_adapter.ts feat(test): add element probe 2015-05-29 12:44:21 -07:00
dom_adapter.ts feat(dom): add setData() method. 2015-05-29 11:33:22 -07:00
generic_browser_adapter.ts chore: convert dom module to typescript 2015-05-12 12:59:53 -07:00
html_adapter.dart feat(dom): add setData() method. 2015-05-29 11:33:22 -07:00
parse5_adapter.cjs fix(dom): allow to correctly clone document fragments 2015-05-29 11:33:23 -07:00