angular-cn/modules/playground/src
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 refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
async feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00:00
benchpress chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
gestures feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00:00
hash_routing refactor(Location): out of router and into platform/common 2016-04-20 04:28:47 +00:00
hello_world feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00:00
http feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00:00
jsonp feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00:00
key_events feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00:00
model_driven_forms revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
order_management revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
person_management revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
relative_assets feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00:00
routing refactor(Location): out of router and into platform/common 2016-04-20 04:28:47 +00:00
sourcemap feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00:00
svg feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00:00
template_driven_forms revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
todo feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00: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
zippy_component feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00:00