angular/modules/@angular/core/test/linker
Tobias Bosch ccb636c2e9 refactor: deprecate RootRenderer / Renderer
Use `RendererV2` instead of `Renderer` now. `Renderer` can still be injected
and delegates to `RendererV2`.

Use `RendererFactoryV2` instead of `RootRenderer`. `RootRenderer` cannot be used
anymore.

BREAKING CHANGE:
- `RootRenderer` cannot be used any more, use `RendererFactoryV2` instead.
  Note: `Renderer` can still be injected/used, but is deprecated.
2017-02-23 13:59:16 -08:00
..
animation_view_context_spec.ts perf(animations): always run the animation queue outside of zones 2016-12-14 12:59:36 -08:00
change_detection_integration_spec.ts feat(compiler): implement style encapsulation for new view engine (#14518) 2017-02-16 13:55:55 -08:00
direct_rendering_integration_spec.ts refactor: deprecate RootRenderer / Renderer 2017-02-23 13:59:16 -08:00
entry_components_integration_spec.ts feat(compiler): integrate compiler with view engine (#14487) 2017-02-15 08:36:49 -08:00
integration_spec.ts refactor(core): conditionally disable tests for the view engine. 2017-02-21 09:12:21 -08:00
ng_container_integration_spec.ts fix: make all tests green with new view engine and JIT 2017-02-17 17:18:55 -08:00
ng_module_integration_spec.ts feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -06:00
projection_integration_spec.ts feat(compiler): implement style encapsulation for new view engine (#14518) 2017-02-16 13:55:55 -08:00
query_integration_spec.ts feat(compiler): integrate compiler with view engine (#14487) 2017-02-15 08:36:49 -08:00
query_list_spec.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
regression_integration_spec.ts feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -06:00
security_integration_spec.ts fix: make all tests green with new view engine and JIT 2017-02-17 17:18:55 -08:00
system_ng_module_factory_loader_spec.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
view_injector_integration_spec.ts feat(core): make new Inject() optional for deps specified as InjectionToken (#14486) 2017-02-20 16:20:45 -08:00