angular-cn/modules/angular2/src/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(ListWrapper): drop filter, find, reduce & any 2015-11-09 19:24:14 +00:00
debug refactor(ListWrapper): drop filter, find, reduce & any 2015-11-09 19:24:14 +00:00
di refactor(ListWrapper): drop filter, find, reduce & any 2015-11-09 19:24:14 +00:00
dom feat(core): extract platforms out of core 2015-11-12 16:57:03 +00:00
linker feat(core): renam AMBIENT_DIRECTIVES and AMBIENT_PIPES into PLATFORM_DIRECTIVES and PLATFORM_PIPES 2015-11-10 01:45:25 +00:00
metadata refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
pipes refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
profile refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
reflection refactor(ListWrapper): drop filter, find, reduce & any 2015-11-09 19:24:14 +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(core): move facades out of core 2015-11-07 01:36:06 +00: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_common_providers.ts feat(core): extract platforms out of core 2015-11-12 16:57:03 +00:00
application_ref.ts feat(core): extract platforms out of core 2015-11-12 16:57:03 +00:00
application_tokens.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
change_detection.ts feat(change detection): export SimpleChange 2015-09-25 02:33:41 +00:00
debug.ts feat(di): rename Binding into Provider 2015-10-11 05:13:31 +00:00
dev_mode.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
di.ts feat(di): rename Binding into Provider 2015-10-11 05:13:31 +00:00
linker.ts refactor(linker): Expose ViewResolver to public api 2015-10-29 21:21:04 -07:00
metadata.dart refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
metadata.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
platform_common_providers.ts feat(core): extract platforms out of core 2015-11-12 16:57:03 +00:00
platform_directives_and_pipes.ts feat(core): renam AMBIENT_DIRECTIVES and AMBIENT_PIPES into PLATFORM_DIRECTIVES and PLATFORM_PIPES 2015-11-10 01:45:25 +00:00
render.ts refactor(core): move APP_ID from render/dom/dom_tokens into application_tokens 2015-10-02 13:38:52 -07:00
services.ts chore(core): move compiler out of core 2015-11-05 14:44:52 -08:00
util.dart fix(core): various dart-specific fixes for core and facades 2015-11-11 11:45:58 -08:00
util.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
zone.ts feat: move NgZone to Stream/Observable-based callback API 2015-10-20 21:51:19 -07:00