angular/modules/@angular/core/test/view
Tobias Bosch 0fa3895d5b feat(compiler): implement style encapsulation for new view engine (#14518)
Included refactoring:
- splits the `RendererV2` into a `RendererFactoryV2` and a `RendererV2`
- makes the `DebugRendererV2` a private class in `@angular/core`
- remove `setBindingDebugInfo` from `RendererV2`, but rename `RendererV2.setText` to 
  `RendererV2.setValue` and allow it on comments and text nodes.

Part of #14013
2017-02-16 13:55:55 -08:00
..
anchor_spec.ts feat: RendererV2 integration (#14469) 2017-02-14 21:03:18 -08:00
component_view_spec.ts feat: RendererV2 integration (#14469) 2017-02-14 21:03:18 -08:00
element_spec.ts feat: RendererV2 integration (#14469) 2017-02-14 21:03:18 -08:00
embedded_view_spec.ts feat: RendererV2 integration (#14469) 2017-02-14 21:03:18 -08:00
helper.ts fix(core): view engine - fix perf regressions (#14345) 2017-02-08 14:42:22 -06:00
ng_content_spec.ts feat: RendererV2 integration (#14469) 2017-02-14 21:03:18 -08:00
provider_spec.ts feat(compiler): implement style encapsulation for new view engine (#14518) 2017-02-16 13:55:55 -08:00
pure_expression_spec.ts feat(compiler): integrate compiler with view engine - change detection tests work (#14412) 2017-02-13 17:02:00 -06:00
query_spec.ts feat(compiler): integrate compiler with view engine (#14487) 2017-02-15 08:36:49 -08:00
services_spec.ts feat(compiler): integrate compiler with view engine (#14487) 2017-02-15 08:36:49 -08:00
text_spec.ts feat(compiler): integrate compiler with view engine - change detection tests work (#14412) 2017-02-13 17:02:00 -06:00
view_def_spec.ts feat(compiler): integrate compiler with view engine (#14487) 2017-02-15 08:36:49 -08:00