angular-cn/modules/angular2/test/core
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
..
annotations fix(build): Actually code in the subset of JS that Traceur-Dart supports. 2015-03-31 16:08:49 -07:00
compiler refactor(views): clean up creating views in place and extract view_hydrator 2015-04-16 11:58:01 -07:00
testability feat(testability): add an initial scaffold for the testability api 2015-04-01 13:54:06 -07:00
zone feat(tests): add a test injector 2015-03-13 18:20:02 +01:00
application_spec.js feat(bootstrap): changed bootstrap to return ComponentRef 2015-04-10 18:14:59 -07:00