angular/modules/angular2/test/core/compiler
Tobias Bosch f42382db3b refactor(views): split ViewManager/ViewContainerRef.createView into 2 methods
BREAKING CHANGES:

`ViewManager.createView` / `ViewContainerRef.create` have been split into 2 methods:

- `createHostView` which takes dynamically created bindings
- `createEmbeddedView` which takes the newly introduced `TemplateRef`

The new type `TemplateRef` is the combination of a `ProtoViewRef` and and `ElementRef`
from the same place. Use `TemplateRef` when working with embedded views in
`ng-if`, `ng-for`, ... instead of `ProtoViewRef`.

Also, `ProtoViewRef` is no more injectable, but `TemplateRef` is.

First part of #1989 to clean up manual content projection.
Closes #3114
2015-07-17 10:40:32 -07:00
..
compiler_spec.ts feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
component_url_mapper_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
directive_lifecycle_spec.dart refactor(LifecycleEvent): change from onInit to Lifecycle.onInit 2015-07-14 16:51:44 -07:00
directive_lifecycle_spec.ts refactor(LifecycleEvent): change from onInit to Lifecycle.onInit 2015-07-14 16:51:44 -07:00
directive_metadata_reader_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
dynamic_component_loader_spec.ts feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
element_injector_spec.ts refactor(views): split ViewManager/ViewContainerRef.createView into 2 methods 2015-07-17 10:40:32 -07:00
integration_dart_spec.dart feat(change_detection): added support for ObservableList from package:observe 2015-07-15 17:06:42 -07:00
integration_spec.ts refactor(views): split ViewManager/ViewContainerRef.createView into 2 methods 2015-07-17 10:40:32 -07:00
projection_integration_spec.ts refactor(views): split ViewManager/ViewContainerRef.createView into 2 methods 2015-07-17 10:40:32 -07:00
proto_view_factory_spec.ts feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
query_integration_spec.ts feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
query_list_spec.ts feat(query): initial implementation of view query. 2015-07-13 14:44:55 -07:00
view_container_ref_spec.ts feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
view_manager_spec.ts refactor(views): split ViewManager/ViewContainerRef.createView into 2 methods 2015-07-17 10:40:32 -07:00
view_manager_utils_spec.ts feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
view_pool_spec.ts feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00