angular/goldens/public-api
Andrew Scott 9de30a7b1c fix(core): Allow zoneless scheduler to run inside fakeAsync (#56932)
The zoneless scheduler callback was executed in the root zone rather
than simply in `runOutsideAngular` to allow us to land the hybrid mode
change detection (scheduler always enabled, even for zones) without
breaking a ton of existing `fakeAsync` tests that could/would fail with
the "timer(s) still in queue" error. However, this caused another
problem: when a test executes inside `fakeAsync`, it cannot flush the
scheduled time. A similar problem exists with event and run coalescing (#56767).
This change would allow `fakeAsync` to flush the zoneless-scheduled
change detections and minimize breaking existing tests
by flushing pending timers at the end of the test, which actually now
matches what's done internally.

PR Close #56932
2024-08-15 12:32:24 -04:00
..
animations build: update to latest dev infra code (#56128) 2024-05-28 14:42:31 +02:00
common refactor(common): allow string urls in NgOptimizedImage input (#54901) 2024-07-01 18:13:24 +00:00
compiler-cli fix(compiler-cli): add warning for unused let declarations (#57033) 2024-07-23 08:27:17 -07:00
core fix(core): Allow zoneless scheduler to run inside fakeAsync (#56932) 2024-08-15 12:32:24 -04:00
elements build: update to latest dev infra code (#56128) 2024-05-28 14:42:31 +02:00
forms fix(forms): Make NgControlStatus host bindings OnPush compatible (#55720) 2024-06-18 11:35:34 -07:00
localize feat(core): support TypeScript 5.5 (#56096) 2024-05-29 15:33:33 +02:00
platform-browser build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
platform-browser-dynamic build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
platform-server build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
router feat(router): Add defaultQueryParamsHandling to router configuration (#57198) 2024-08-02 15:11:38 +00:00
service-worker build: update to latest dev infra code (#56128) 2024-05-28 14:42:31 +02:00
upgrade build: update to latest dev infra code (#56128) 2024-05-28 14:42:31 +02:00
manage.js ci: complete migration to prettier formatting (#55580) 2024-04-29 14:00:16 -07:00