angular-cn/modules/angular2/test
vsavkin 3f4628c0b0 feat(core): extract platforms out of core
Currently, core depends on the browser, which means that other platforms (e.g., NativeScript or webworker) cannot use the bootstrapping logic core provides.
This PR extract makes bootstrapping logic in core completely platform-independent. The browser-specific code was moved to "angular2/platforms/browser".

BREAKING CHANGE

A few private helpers (e.g., platformCommon or applicationCommon) were removed or replaced with other helpers. Look at PLATFORM_COMMON_PROVIDERS, APPLICATION_COMMON_PROVIDERS, BROWSER_PROVIDERS, BROWSER_APP_PROVIDERS to see if they export the providers you need.

Closes #5219
2015-11-12 16:57:03 +00:00
..
animate refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
common feat(NgClass) allow multiple classes per expression 2015-11-12 14:54:02 +00:00
compiler feat(core): extract platforms out of core 2015-11-12 16:57:03 +00:00
core feat(core): extract platforms out of core 2015-11-12 16:57:03 +00:00
http refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
mock refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
platform feat(core): extract platforms out of core 2015-11-12 16:57:03 +00:00
router refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
symbol_inspector chore(test): fix public API test failure when no support of Symbol.for 2015-11-10 11:23:01 +01:00
testing feat(core): extract platforms out of core 2015-11-12 16:57:03 +00:00
tools refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
upgrade chore(ngUpgrade): Move into Angular2 2015-10-31 20:48:27 -07:00
web_workers refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
dev_mode_spec.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
public_api_spec.ts feat(core): extract platforms out of core 2015-11-12 16:57:03 +00:00