angular-cn/modules/@angular
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
..
benchpress docs: branding fixes (#14132) 2017-01-27 15:03:11 -06:00
common fix(common): DatePipe parses input string if it's not a valid date in browser (#13895) 2017-02-01 14:01:58 -06:00
compiler test(compiler): add integration like tests to compiler unit tests (#14157) 2017-02-03 15:06:51 -06:00
compiler-cli fix(compiler-cli): prevent ng-xi18n from emitting the compilation output (#14115) 2017-02-07 11:56:23 -06:00
core docs(core): fix typo (#14299) 2017-02-07 12:45:14 -06:00
docs docs: branding fixes (#14132) 2017-01-27 15:03:11 -06:00
examples docs: branding fixes (#14132) 2017-01-27 15:03:11 -06:00
facade refactor(common): remove isDate from facade (#13895) 2017-02-01 14:01:46 -06:00
forms fix: ngModel should use rxjs/symbol/observable to detect observable (#14236) 2017-02-01 16:47:41 -08:00
http fix(http): use params without RequestOptions (#14101) 2017-01-31 15:44:49 -06:00
language-service feat(common): rename underlying `NgFor` class and add a type parameter (#14104) 2017-02-01 09:29:51 -06:00
platform-browser fix(platform-browser): remove style nodes on destroy (#13744) 2017-01-29 12:10:44 -06:00
platform-browser-dynamic chore(tslint): update tslint to 4.x (#13603) 2016-12-27 14:55:58 -08:00
platform-server fix(core): animations no longer silently exits if the element is not apart of the DOM (#13763) 2017-01-05 11:33:40 -08:00
platform-webworker feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -06:00
platform-webworker-dynamic chore(tslint): update tslint to 4.x (#13603) 2016-12-27 14:55:58 -08:00
router docs(router): fix typos (#14213) 2017-02-07 12:45:14 -06:00
upgrade fix(upgrade): pass correct values to `ngOnChanges` for interpolation bindings (#14301) 2017-02-07 12:45:14 -06:00
README.md docs: update README.md for npm packages 2016-09-14 17:14:02 -07:00
license-banner.txt style(docs): update copyright years (#13736) 2017-01-27 20:47:14 -08:00
router-license-banner.txt style(docs): update copyright years (#13736) 2017-01-27 20:47:14 -08:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT