angular-cn/modules/angular2/test/core
vsavkin 2c8fcec432 refactor(core): move render/dom from core
Currently, core depends on DomRenderer, which depends on the browser.
This means that if you depend on angular2/core, you will always
pull in the browser dom adapter and the browser render, regardless
if you need them or not.

This PR moves the browser dom adapter and the browser renderer out of core.

BREAKING CHANGE

If you import browser adapter or dom renderer directly (not via angular2/core),
you will have to change the import path.
2015-11-17 15:53:55 -08:00
..
change_detection refactor(compiler): make all commands const 2015-11-09 10:59:08 -08:00
debug refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
di refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
dom refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
facade refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
linker refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
metadata refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
profile refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
reflection refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
render refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
testability refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
util refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
zone refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
application_ref_spec.ts refactor(core): Move LifeCycle functionality into ApplicationRef. 2015-10-29 22:28:30 +00:00
directive_lifecycle_integration_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07: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): move render/dom from core 2015-11-17 15:53:55 -08:00
spies.dart refactor(core): move directives, pipes, and forms into common 2015-11-05 23:00:32 +00:00
spies.ts refactor(core): move directives, pipes, and forms into common 2015-11-05 23:00:32 +00:00