angular-cn/modules/angular2/test
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
..
animate revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
common feat(NgTemplateOutlet): add NgTemplateOutlet directive 2016-04-20 04:28:59 +00:00
compiler refactor(core): add `Query.read` and remove `DynamicComponentLoader.loadIntoLocation`. 2016-04-20 11:28:00 -07:00
core refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
facade revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
http refactor(core): separate reflective injector from Injector interface 2016-04-20 11:28:13 -07:00
i18n feat(i18n): add support for nested expansion forms 2016-04-18 19:38:12 +00:00
mock revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
platform refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
router refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
symbol_inspector refactor(Location): out of router and into platform/common 2016-04-20 04:28:47 +00:00
testing feat(tests): manage asynchronous tests using zones 2016-04-18 15:59:07 -07:00
upgrade revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
web_workers refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
dev_mode_spec.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
public_api_spec.ts refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00