angular/modules/@angular
Peter Bacon Darwin 20b454cbc9 fix(upgrade): detect async downgrade component changes (#14039)
This commit effectively reverts 7e0f02f but for `upgrade/static`
as it was an invalid fix for #6385, that created a more significant
bug, which was that changes were not always being detected.

Angular 1 digests should be run inside the ngZone to ensure
that async changes are detected.

We don't know how to fix #6385 without breaking change detection
at this stage. That issue is triggered by async operations, such as
`setTimeout`, being triggered inside scope watcher functions.

One could argue that watcher functions should be pure and not do
work such as triggering async operations. It is possible that the
original use case could be supported by moving the debounce
logic into the watch listener function, which is only called if the
watched value actually changes.

See #13812

PR Close #14039
2017-01-27 11:51:55 -06:00
..
benchpress feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -06:00
common feat(NgComponentOutlet): add NgModule support to NgComponentOutlet directive (#14088) 2017-01-25 17:41:08 -08:00
compiler refactor(compiler): improve error messages in aot compiler (#14017) 2017-01-27 11:49:38 -06:00
compiler-cli chore(release): cut the 4.0.0-beta.5 release 2017-01-25 15:38:19 -08:00
core feat(core): add query support to view engine 2017-01-25 17:44:56 -08:00
docs build(aio): move doc-gen stuff from angular.io (#14097) 2017-01-26 23:46:59 -08:00
examples feat(NgComponentOutlet): add NgModule support to NgComponentOutlet directive (#14088) 2017-01-25 17:41:08 -08:00
facade chore(docs): add missing comments (#14003) 2017-01-19 12:06:28 -08:00
forms feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -06:00
http docs(http): vanilla links do not need link tags (#14097) 2017-01-26 23:46:51 -08:00
language-service feat(language-service): support TS2.2 plugin model 2017-01-09 15:00:40 -05:00
platform-browser feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -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): remove invalid jsdoc tags (#14097) 2017-01-26 23:46:38 -08:00
upgrade fix(upgrade): detect async downgrade component changes (#14039) 2017-01-27 11:51:55 -06:00
license-banner.txt build: remove JS suffix from the license banner 2016-09-13 21:48:58 -07:00
README.md docs: update README.md for npm packages 2016-09-14 17:14:02 -07:00
router-license-banner.txt fix(router): add a banner file for the router (#12919) 2016-11-16 09:17:19 -08:00

Angular

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

License: MIT