angular/modules/angular2/test/core
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
..
compiler feat(test): add element probe 2015-05-29 12:44:21 -07:00
testability refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
zone refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
application_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
directive_lifecycle_integration_spec.ts feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
forward_ref_integration_spec.dart feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
forward_ref_integration_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00