mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6534c035c0
This commit removes the long-deprecated Testability methods that track pending tasks. This is done by NgZone today and will be done by other APIs in zoneless. BREAKING CHANGE: Testability methods `increasePendingRequestCount`, `decreasePendingRequestCount` and `getPendingRequestCount` have been removed. This information is tracked with zones. PR Close #53768