angular-docs-cn/modules
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
..
angular2 refactor(views): clean up creating views in place and extract view_hydrator 2015-04-16 11:58:01 -07:00
angular2_material feat(material): first ng2 material design components 2015-04-14 16:15:35 -07:00
benchmarks refactor(views): clean up creating views in place and extract view_hydrator 2015-04-16 11:58:01 -07:00
benchmarks_external chore(rename): rename View and Template concepts for #1244 2015-04-10 12:00:37 -07:00
benchpress docs(benchpress): add details about normalized mobile environment. 2015-04-15 10:12:13 -07:00
examples refactor(views): clean up creating views in place and extract view_hydrator 2015-04-16 11:58:01 -07:00
rtts_assert Don't use the for..of syntax in AtScript. 2015-02-27 15:26:53 -08:00