mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b2a0be87e8
The Angular 2 render compiler can get out of sync between its transformer execution and its runtime execution, leading to incorrect change detectors with out-of-order property values. Stable sorting solves this problem (temporarily).