mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
600ef5eff2
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