angular/modules/@angular/upgrade/src
Georgios Kalpakas 1e3dd3dd9b fix(upgrade): pass correct values to ngOnChanges for interpolation bindings (#14301)
Previously, the `previousValue` and `currentValue` arguments passed to the
`SimpleChange` constructor were swapped for interpolation bindings.

This commit also refactors the code, so that interpolation bindings and property
bindings share the same implementation, and fixes some broken tests (that hide
failures by allowing the `$exceptionHandler` to swallow thrown exceptions).

PR Close #14301
2017-02-07 12:45:14 -06:00
..
common fix(upgrade): pass correct values to ngOnChanges for interpolation bindings (#14301) 2017-02-07 12:45:14 -06:00
dynamic refactor(upgrade): use shared code in downgradeNg2Component() (#14037) 2017-02-01 09:29:51 -06:00
static refactor(upgrade): use shared code in downgradeNg2Component() (#14037) 2017-02-01 09:29:51 -06:00
facade feat(ngUpgrade): add support for AoT compiled upgrade applications 2016-10-19 15:27:49 -07:00