angular/modules/@angular/upgrade
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
..
src fix(upgrade): pass correct values to ngOnChanges for interpolation bindings (#14301) 2017-02-07 12:45:14 -06:00
test fix(upgrade): pass correct values to ngOnChanges for interpolation bindings (#14301) 2017-02-07 12:45:14 -06:00
index.ts feat(upgrade): return a function (instead of array) from downgradeInjectable() (#14037) 2017-02-01 09:29:51 -06:00
package.json docs: update descriptions in package.jsons 2016-09-14 16:44:39 -07:00
rollup-static.config.js refactor(upgrade): re-export the new static upgrade APIs on new entry 2016-10-26 15:14:22 -07:00
rollup.config.js refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
static.ts feat(upgrade): export VERSION from upgrade/static (#14037) 2017-02-01 09:29:51 -06:00
tsconfig-build.json feature(tsc-wrapped): add option for closure compiler JSDoc annotations 2016-11-18 09:37:40 -08:00