angular-cn/modules
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
..
angular2 refactor(views): split `ViewManager/ViewContainerRef.createView` into 2 methods 2015-07-17 10:40:32 -07:00
angular2_material feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
benchmarks test(e2e): fix error setting style property of DOM element 2015-07-15 11:37:25 +02:00
benchmarks_external feat(pipes): add number (decimal, percent, currency) pipes 2015-07-09 14:59:57 -07:00
benchpress chore: run clang-format on code base. 2015-07-12 18:50:52 +02:00
examples feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
rtts_assert docs(modules): fix typos 2015-07-07 16:14:43 -07:00