angular-cn/modules/angular2/test/platform/browser
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
..
static_assets refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
tools refactor(core): separate reflective injector from Injector interface 2016-04-20 11:28:13 -07:00
bootstrap_spec.ts refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
rectangle_mock.dart refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
rectangle_mock.ts refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
ruler_spec.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
title_spec.ts cleanup: move DomAdapter from angular2/core into angular2/platform/common_dom 2015-11-20 00:14:24 +00:00
xhr_cache_setter.dart feat(compiler): Add an implementation for XHR that uses a template cache to load template files. 2016-04-08 19:05:05 +00:00
xhr_cache_setter.ts feat(compiler): Add an implementation for XHR that uses a template cache to load template files. 2016-04-08 19:05:05 +00:00
xhr_cache_spec.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
xhr_impl_spec.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00