angular-cn/modules/angular2/test/web_workers
Tobias Bosch 9092ac79d4 refactor(core): support non reflective bootstrap.
This changes Angular so that it can be used without reflection (assuming a codegen for injectors).

BREAKIKNG CHANGE:
- Drops `APP_COMPONENT` provider. Instead, inject
  `ApplicationRef` and read its `componentTypes` property.
- long form bootstrap has changed into the following:
  ```
  var platform = createPlatform(ReflectiveInjector.resolveAndCreate(BROWSER_PROVIDERS));
  var appInjector =
    ReflectiveInjector.resolveAndCreate([BROWSER_APP_PROVIDERS, appProviders], platform.injector);
  coreLoadAndBootstrap(appInjector, MyApp);
  ```
2016-04-20 11:34:11 -07:00
..
debug_tools refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
shared revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
worker refactor(core): add `Query.read` and remove `DynamicComponentLoader.loadIntoLocation`. 2016-04-20 11:28:00 -07:00