angular/modules/angular2/test/core/compiler
Tobias Bosch 09f8d8f7ba refactor(core): introduce ViewRef and ProtoViewRef
BREAKING CHANGES:
- `NgElement` merged into `ElementRef`
- `Compiler.compile…` returns `ProtoViewRef`
- `ViewContainer` uses `ProtoViewRef`s and `ViewRef`s.
- `ViewRef`/`ProtoViewRef` in renderer were renamed to
  `RenderViewRef`/`RenderProtoViewRef`.

Related to #1477
Closes #1592
2015-04-29 14:03:38 -07:00
..
compiler_spec.js refactor(core): introduce ViewRef and ProtoViewRef 2015-04-29 14:03:38 -07:00
component_url_mapper_spec.js refactor(template loading): add support for base URLs, css rewriting 2015-02-26 09:36:04 +01:00
directive_metadata_reader_spec.js perf(view): use pre-resolved bindings for child injector init 2015-04-13 15:06:44 -07:00
dynamic_component_loader_spec.js refactor(core): introduce ViewRef and ProtoViewRef 2015-04-29 14:03:38 -07:00
element_injector_spec.js refactor(core): introduce ViewRef and ProtoViewRef 2015-04-29 14:03:38 -07:00
integration_spec.js refactor(core): introduce ViewRef and ProtoViewRef 2015-04-29 14:03:38 -07:00
query_integration_spec.js chore(rename): rename View and Template concepts for #1244 2015-04-10 12:00:37 -07:00
query_list_spec.js feat(query): adds initial implementation of the query api. 2015-04-09 19:07:19 -07:00
view_container_ref_spec.js refactor(core): introduce ViewRef and ProtoViewRef 2015-04-29 14:03:38 -07:00
view_manager_spec.js refactor(core): introduce ViewRef and ProtoViewRef 2015-04-29 14:03:38 -07:00
view_manager_utils_spec.js refactor(view): introduce AppViewManager to consolidate logic 2015-04-24 20:26:18 -07:00
view_pool_spec.js refactor(view): introduce AppViewManager to consolidate logic 2015-04-24 20:26:18 -07:00