angular-cn/modules/angular2/test/render/dom
Tobias Bosch 923d90bce8 refactor(views): clean up creating views in place and extract view_hydrator
Major changes:
- `compiler.compileRoot(el, type)`
  -> `compiler.compileInHost(type) + viewHydrator.hydrateHostViewInPlace(el, view)`
- move all `hydrate`/`dehydrate` methods out of `View` and `ViewContainer` into
  a standalone class `view_hydrator` as private methods and provide new public
  methods dedicated to the individual use cases.

Note: This PR does not change the current functionality, only moves it
into different places.

See design discussion in #1351, in preparation for imperative views.
2015-04-16 11:58:01 -07:00
..
compiler chore(build): run render tests in Node 2015-04-15 19:51:11 -07:00
events feat(events): add support for global events 2015-04-13 22:35:36 +02:00
shadow_dom refactor(views): clean up creating views in place and extract view_hydrator 2015-04-16 11:58:01 -07:00
view refactor(views): clean up creating views in place and extract view_hydrator 2015-04-16 11:58:01 -07:00
direct_dom_renderer_integration_spec.js refactor(views): clean up creating views in place and extract view_hydrator 2015-04-16 11:58:01 -07:00
integration_testbed.js refactor(views): clean up creating views in place and extract view_hydrator 2015-04-16 11:58:01 -07:00
shadow_dom_emulation_integration_spec.js refactor(views): clean up creating views in place and extract view_hydrator 2015-04-16 11:58:01 -07:00