angular/packages/core/src/defer
Kristiyan Kostadinov 3eee19d892 fix(core): unable to retrieve defer blocks in tests when component injects ViewContainerRef (#62156)
Fixes that `getDeferBlocks` wasn't accounting for the case where a component might be injecting `ViewContainerRef`. When that happens, an additional wrapper is introduced that needs to be accounted for when traversing the tree.

Fixes #62047.

PR Close #62156
2025-06-23 14:24:46 +02:00
..
cleanup.ts refactor(core): clean up incremental code base (#58553) 2024-11-11 14:35:36 +00:00
discovery.ts fix(core): unable to retrieve defer blocks in tests when component injects ViewContainerRef (#62156) 2025-06-23 14:24:46 +02:00
dom_triggers.ts refactor(migrations): update references for dom_trigger functions onInteract, onHover, onViewport to point to new location in core/primitives/defer (#61342) 2025-05-21 17:30:10 +00:00
idle_scheduler.ts refactor: add @__PURE__ next to @pureOrBreakMyCode for improved bundler compatibility (#58297) 2024-10-28 12:26:05 -07:00
instructions.ts fix(core): produce an error when incremental hydration is expected, but not configured (#61741) 2025-05-30 11:14:22 -04:00
interfaces.ts refactor(core): track debugging information about deferred triggers (#59184) 2024-12-16 10:26:42 -08:00
registry.ts build: migrate platform-server to rules_js (#61589) 2025-05-22 11:35:55 -07:00
rendering.ts fix(core): defer block render failures should report to application error handler (#60149) 2025-03-04 22:06:17 +00:00
timer_scheduler.ts fix(core): execute timer trigger outside zone (#60392) 2025-03-14 17:01:02 +01:00
triggering.ts fix(core): produce an error when incremental hydration is expected, but not configured (#61741) 2025-05-30 11:14:22 -04:00
utils.ts refactor(core): track debugging information about deferred triggers (#59184) 2024-12-16 10:26:42 -08:00