angular-cn/modules/angular2/test
vsavkin 3c43a8c549 feat(bootstrap): add platform and app initializers
Often some init logic needs to run when a platform or an application is boostrapped.
For example, boostraping a platform requires initializing the dom adapter.
Now, it can be done as follows:

new Provider(PLATFORM_INITIALIZER, {useValue: initDomAdapter, multi: true}),

All platform initializers will be run after the platform injector has been created.

Similarly, all application initializers will be run after the app injector has been
created.

Closes #5355
2015-11-18 22:22:32 +00:00
..
animate refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
common refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +00:00
compiler Revert "feat(Compiler): case sensitive html parser" 2015-11-16 14:37:00 -08:00
core refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +00:00
http fix(http): refactor 'require' statements to 'import' declarations for Rx 2015-11-17 01:26:54 +00:00
mock refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
platform feat(bootstrap): add platform and app initializers 2015-11-18 22:22:32 +00:00
router refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +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-13 19:26:14 +00:00
tools refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
upgrade refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +00:00
web_workers refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +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(bootstrap): add platform and app initializers 2015-11-18 22:22:32 +00:00