angular-cn/modules/angular2/test/router
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
..
integration refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
location_spec.ts fix(router): apply APP_BASE_HREF when using PathLocationStrategy 2015-11-17 21:19:22 +00:00
path_recognizer_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
route_config_spec.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
route_config_spec.ts refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
route_recognizer_spec.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
route_registry_spec.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
router_link_spec.ts refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
router_spec.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
spies.dart refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
spies.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
url_parser_spec.ts test(router): add missing tests for the url parser 2015-10-13 12:06:22 -07:00