angular-cn/modules/angular2/test/router
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
..
directives refactor(Location): out of router and into platform/common 2016-04-20 04:28:47 +00:00
integration refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
location refactor(core): separate reflective injector from Injector interface 2016-04-20 11:28:13 -07:00
route_config refactor(core): introduce ComponentFactory. 2016-04-20 11:27:26 -07:00
rules revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
route_registry_spec.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
router_spec.ts refactor(Location): out of router and into platform/common 2016-04-20 04:28:47 +00:00
spies.dart refactor(Location): out of router and into platform/common 2016-04-20 04:28:47 +00:00
spies.ts refactor(Location): out of router and into platform/common 2016-04-20 04:28:47 +00:00
url_parser_spec.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00