angular-cn/modules/angular2/test/core/dom
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
..
dom_adapter_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
html5lib_adapter.server.spec.dart refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
shim_spec.dart fix(shims): function.name to return empty string when no name 2015-09-15 18:33:28 +02:00
shim_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00