angular/modules/angular2/src
Tobias Bosch bfa381b35a refactor(view): introduce AppViewManager to consolidate logic
AppViewManager is the single entry point to changing the view hierarchy.
It is split between the manager itself which does coordination and
helper methods, so both are easily testable in isolation.

Also, ViewContainer is now only a pure reference to a bound element
with the previous functionality but does not contain the list of views
any more.

Part of #1477
2015-04-24 20:26:18 -07:00
..
change_detection feat(view): reimplemented property setters using change detection 2015-04-23 11:55:27 -07:00
core refactor(view): introduce AppViewManager to consolidate logic 2015-04-24 20:26:18 -07:00
di feat(view): reimplemented property setters using change detection 2015-04-23 11:55:27 -07:00
directives chore: add more type annotations 2015-04-21 08:49:05 -07:00
dom chore(build): run event tests in Node 2015-04-21 16:21:39 -07:00
facade Copy a second package to TypeScript. 2015-04-24 15:49:04 -07:00
forms cleanup(forms): do not export AbstractControl 2015-04-24 13:57:03 -07:00
mock docs(x-ref links): Change links to use dgeni syntax 2015-04-20 18:45:04 +00:00
reflection Copy a second package to TypeScript. 2015-04-24 15:49:04 -07:00
render feat(view): reimplemented property setters using change detection 2015-04-23 11:55:27 -07:00
services fix: Fix issues found by Dart analyzer 2015-04-15 20:58:29 -07:00
test_lib refactor(view): introduce AppViewManager to consolidate logic 2015-04-24 20:26:18 -07:00
transform feat(view): reimplemented property setters using change detection 2015-04-23 11:55:27 -07:00