angular/modules/angular2/test
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
..
benchmark/transform chore(benchmarks): add transform benchmark runner and clean up benchmark output 2015-05-07 10:36:04 -07:00
change_detection feat(change_detection): added onInit and onCheck hooks 2015-05-28 16:46:22 -07:00
core feat(test): add element probe 2015-05-29 12:44:21 -07:00
debug feat(test): add element probe 2015-05-29 12:44:21 -07:00
di style(dart): Format Dart source with dart_style 0.1.8 2015-05-29 10:42:47 -07:00
directives refactor (test/directives): ts'ify test/directives 2015-05-26 16:51:38 -07:00
dom refactor: update Dart package dependencies 2015-03-25 15:54:12 -07:00
facade style(dart): Format Dart source with dart_style 0.1.8 2015-05-29 10:42:47 -07:00
forms chore(forms): moved tests/forms to typescript 2015-05-22 14:44:57 -07:00
mock feat(tests): add TestComponentBuilder 2015-05-27 17:15:13 -07:00
reflection style(dart): Format Dart source with dart_style 0.1.8 2015-05-29 10:42:47 -07:00
render/dom feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
router fix(router): event.defaultPrevented is not reliable (IE11) 2015-05-22 13:30:44 +02:00
services refactor (test/services): Ts'ifying test/services 2015-05-28 09:48:38 -07:00
test_lib feat(test): add element probe 2015-05-29 12:44:21 -07:00
transform refactor(transformer): updates in properties syntax 2015-05-29 11:44:44 +02:00