angular/modules/angular2/src/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 misc(docs): Edits and additions for Forms and Change Detection 2015-04-14 13:34:29 -07:00
events feat(events): add support for global events 2015-04-13 22:35:36 +02:00
shadow_dom refactor(compiler): add control.ignoreCurrentElement() to skip the current element 2015-04-10 23:34:05 +00: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.js refactor(views): clean up creating views in place and extract view_hydrator 2015-04-16 11:58:01 -07:00
util.js feat(events): add support for global events 2015-04-13 22:35:36 +02:00