angular-cn/modules/angular2/test/core
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
..
change_detection refactor(compiler): make all commands const 2015-11-09 10:59:08 -08:00
debug refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
di refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
dom refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
facade refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
linker refactor(compiler): make all commands const 2015-11-09 10:59:08 -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 fix(renderer): apply host element encapsulation also if the parent component is not encapsulated. 2015-11-11 10:53:22 -08:00
services refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07: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 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