angular-cn/modules/angular2/test/common
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
..
directives feat(NgClass) allow multiple classes per expression 2015-11-12 14:54:02 +00:00
forms refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
pipes refactor(core): move facades out of core 2015-11-07 01:36:06 +00: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