angular-cn/modules/examples/e2e_test
Tobias Bosch b1df54501a feat(compiler): attach components and project light dom during compilation.
Closes #2529

BREAKING CHANGES:
- shadow dom emulation no longer
  supports the `<content>` tag. Use the new `<ng-content>` instead
  (works with all shadow dom strategies).
- removed `DomRenderer.setViewRootNodes` and `AppViewManager.getComponentView`
  -> use `DomRenderer.getNativeElementSync(elementRef)` and change shadow dom directly
- the `Renderer` interface has changed:
  * `createView` now also has to support sub views
  * the notion of a container has been removed. Instead, the renderer has
    to implement methods to attach views next to elements or other views.
  * a RenderView now contains multiple RenderFragments. Fragments
    are used to move DOM nodes around.

Internal changes / design changes:
- Introduce notion of view fragments on render side
- DomProtoViews and DomViews on render side are merged,
  AppProtoViews are not merged, AppViews are partially merged
  (they share arrays with the other merged AppViews but we keep
  individual AppView instances for now).
- DomProtoViews always have a `<template>` element as root
  * needed for storing subviews
  * we have less chunks of DOM to clone now
- remove fake ElementBinder / Bound element for root text bindings
  and model them explicitly. This removes a lot of special cases we had!
- AppView shares data with nested component views
- some methods in AppViewManager (create, hydrate, dehydrate) are iterative now
  * now possible as we have all child AppViews / ElementRefs already in an array!
2015-07-15 20:23:27 -07:00
..
hello_world refactor(examples/e2e_test): Ts'ifying examples/e2_test 2015-06-02 14:14:46 -07:00
http feat(http): refactor library to work in dart 2015-06-30 15:21:36 -07:00
jsonp feat(http): add support for JSONP requests 2015-07-14 21:31:05 -04:00
key_events refactor(examples/e2e_test): Ts'ifying examples/e2_test 2015-06-02 14:14:46 -07:00
material feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
message_broker feat(webworkers) Add MessageBus, Broker, and Serializer 2015-07-15 11:49:10 -07:00
model_driven_forms fix(bootstrap): temporary disable jit change detection because of a bug in handling pure functions 2015-06-13 16:06:22 -07:00
order_management examples: added an example of a crud app 2015-07-01 16:25:53 -07:00
person_management examples: added an example of a crud app 2015-07-01 16:25:53 -07:00
sourcemap chore(build): rename .es6 files to .js 2015-06-11 17:22:19 -07:00
template_driven_forms feat(e2e): added e2e tests for forms 2015-06-13 16:06:21 -07:00
zippy_component chore(example): adds zippy example 2015-06-22 17:00:42 +02:00