angular/modules/angular2/src/web_workers/ui
vsavkin 0eab4fc72c 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

Closes #5280
2015-11-13 19:26:14 +00:00
..
application.dart docs(web_workers): fix typo 2015-09-11 15:25:33 -07:00
application.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
bind.dart refactor(WebWorker): Abstract message passing and serialization to UIMessageBroker 2015-08-25 03:18:22 +00:00
bind.ts refactor(WebWorker): Abstract message passing and serialization to UIMessageBroker 2015-08-25 03:18:22 +00:00
di_bindings.ts feat(core): extract platforms out of core 2015-11-13 19:26:14 +00:00
event_dispatcher.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
event_serializer.dart refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
event_serializer.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
impl.ts feat(di): rename Binding into Provider 2015-10-11 05:13:31 +00:00
renderer.ts refactor(compiler): make all commands const 2015-11-09 10:59:08 -08:00
setup.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
xhr_impl.ts chore(core): move compiler out of core 2015-11-05 14:44:52 -08:00