angular-cn/modules/@angular/upgrade/test/dynamic
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
..
group_projectable_nodes_spec.ts refactor(upgrade): use shared code in `downgradeNg2Component()` (#14037) 2017-02-01 09:29:51 -06:00
test_helpers.ts refactor(upgrade): use shared code in `downgradeNg2Component()` (#14037) 2017-02-01 09:29:51 -06:00
upgrade_spec.ts fix(upgrade): pass correct values to `ngOnChanges` for interpolation bindings (#14301) 2017-02-07 12:45:14 -06:00