angular/modules/angular2/src
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
..
change_detection fix(ast): fix the size of a list in _evalListCache 2015-05-29 08:07:43 +02:00
core feat(view): add AppViewListener interface 2015-05-29 11:33:22 -07:00
debug feat(test): add element probe 2015-05-29 12:44:21 -07:00
di fix(binding): unbalanced curly brackets in documentation 2015-05-29 17:54:51 +02:00
directives feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
dom feat(test): add element probe 2015-05-29 12:44:21 -07:00
facade feat(dom): add setData() method. 2015-05-29 11:33:22 -07:00
forms feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02: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 fix(render): don’t store a document fragment as bound element 2015-05-29 11:33:23 -07:00
router feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
services style(dart): Format Dart source with dart_style 0.1.8 2015-05-29 10:42:47 -07:00
test_lib feat(test): add element probe 2015-05-29 12:44:21 -07:00
transform style(dart): Format Dart source with dart_style 0.1.8 2015-05-29 10:42:47 -07:00
util fix: fix clang errors 2015-05-28 11:08:26 -07:00