angular/modules/angular2/test/core/linker
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
..
change_detection_integration_spec.ts refactor(view_compiler): codegen DI and Queries 2016-04-13 14:43:48 -07:00
dynamic_component_loader_spec.ts refactor(core): add Query.read and remove DynamicComponentLoader.loadIntoLocation. 2016-04-20 11:28:00 -07:00
integration_dart_spec.dart feat(di): drop support for injecting types with generics in Dart 2016-03-01 05:43:49 +00:00
integration_spec.ts refactor(core): separate reflective injector from Injector interface 2016-04-20 11:28:13 -07:00
projection_integration_spec.ts refactor(view_compiler): codegen DI and Queries 2016-04-13 14:43:48 -07:00
query_integration_spec.ts refactor(core): add Query.read and remove DynamicComponentLoader.loadIntoLocation. 2016-04-20 11:28:00 -07:00
query_list_spec.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
reflector_component_resolver_spec.ts refactor(core): introduce ComponentFactory. 2016-04-20 11:27:26 -07:00
view_injector_integration_spec.ts refactor(core): add Query.read and remove DynamicComponentLoader.loadIntoLocation. 2016-04-20 11:28:00 -07:00