mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1c7b356625
In this commit, we unsubscribe the `hasPendingTasks` subject to remove all active observers and enable granular garbage collection, as users may forget to unsubscribe manually when subscribing to `isStable`. PR Close #59723