mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit updates the runtime implementation of defer blocks to avoid their triggering on the server. This behavior was described in the RFC (https://github.com/angular/angular/discussions/50716, see "Server Side Rendering Behavior" section): only a placeholder is rendered on the server at this moment. This commit also updates the logic to make sure that the placeholder content is hydrated after SSR. PR Close #51530 |
||
|---|---|---|
| .. | ||
| compiler.ts | ||
| component_factory.ts | ||
| component_factory_resolver.ts | ||
| destroy_ref.ts | ||
| element_ref.ts | ||
| ng_module_factory.ts | ||
| ng_module_factory_loader.ts | ||
| ng_module_factory_loader_impl.ts | ||
| ng_module_registration.ts | ||
| query_list.ts | ||
| template_ref.ts | ||
| view_container_ref.ts | ||
| view_ref.ts | ||