angular-cn/modules/angular2/test/router/integration/impl
Tobias Bosch 0a7d10ba55 refactor(core): separate reflective injector from Injector interface
BREAKING CHANGE:
- Injector was renamed into `ReflectiveInjector`,
  as `Injector` is only an abstract class with one method on it
- `Injector.getOptional()` was changed into `Injector.get(token, notFoundValue)`
  to make implementing injectors simpler
- `ViewContainerRef.createComponent` now takes an `Injector`
  instead of `ResolvedProviders`. If a reflective injector
  should be used, create one before calling this method.
  (e.g. via `ReflectiveInjector.resolveAndCreate(…)`.
2016-04-20 11:28:13 -07:00
..
async_route_spec_impl.ts refactor(Location): out of router and into platform/common 2016-04-20 04:28:47 +00:00
aux_route_spec_impl.ts refactor(Location): out of router and into platform/common 2016-04-20 04:28:47 +00:00
fixture_components.ts refactor(core): separate reflective injector from Injector interface 2016-04-20 11:28:13 -07:00
sync_route_spec_impl.ts refactor(Location): out of router and into platform/common 2016-04-20 04:28:47 +00:00