angular/packages/core/src/defer
Andrew Kushnir 600ef5eff2 refactor(core): tree-shake defer block registry (#58424)
This commit updates the code of the incremental hydration feature to make the `DeferBlockRegistry` class tree-shakable. The class is only needed for hydration cases and it should not be included into client bundles for client-only apps.

PR Close #58424
2024-10-31 18:12:03 +01:00
..
cleanup.ts refactor(core): Eliminate recursion in incremental hydration (#58419) 2024-10-31 11:22:58 +01:00
discovery.ts refactor(core): add incremental hydration infrastructure (#58193) 2024-10-21 12:05:06 -07:00
dom_triggers.ts refactor(core): Add mouseover to hover dom triggers (#58197) 2024-10-14 14:27:04 -07:00
idle_scheduler.ts refactor: add @__PURE__ next to @pureOrBreakMyCode for improved bundler compatibility (#58297) 2024-10-28 12:26:06 -07:00
instructions.ts refactor(core): tree-shake defer block registry (#58424) 2024-10-31 18:12:03 +01:00
interfaces.ts refactor(core): cleanup incremental hydration code (#58363) 2024-10-28 09:26:45 -07:00
registry.ts refactor(core): tree-shake defer block registry (#58424) 2024-10-31 18:12:03 +01:00
timer_scheduler.ts refactor: add @__PURE__ next to @pureOrBreakMyCode for improved bundler compatibility (#58297) 2024-10-28 12:26:06 -07:00
utils.ts refactor(core): tree-shake defer block registry (#58424) 2024-10-31 18:12:03 +01:00