angular/packages/core/src/linker
Andrew Kushnir 1aff106a87 refactor(core): adjust defer block behavior on the server (#51530)
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
2023-09-01 19:15:16 +00:00
..
compiler.ts feat(core): remove entryComponents (#49484) 2023-03-23 10:38:03 -07:00
component_factory.ts fix(core): expose input transform function on ComponentFactory and ComponentMirror (#50713) 2023-06-22 09:47:15 -07:00
component_factory_resolver.ts feat(core): remove entryComponents (#49484) 2023-03-23 10:38:03 -07:00
destroy_ref.ts feat(core): allow removal of previously registered DestroyRef callbacks (#49493) 2023-03-21 16:58:22 +01:00
element_ref.ts docs: remove mentions of the WebWorker platform (#50059) 2023-05-04 09:06:55 +02:00
ng_module_factory.ts feat(core): alias createNgModuleRef as createNgModule (#46789) 2022-07-12 16:11:41 +00:00
ng_module_factory_loader.ts fix(compiler-cli): full side-effectful registration of NgModules with ids (#45024) 2022-03-22 11:11:53 -07:00
ng_module_factory_loader_impl.ts refactor(router): add stub files for g3 patch of NgModuleFactoryLoader (#43660) 2021-10-04 10:28:02 -07:00
ng_module_registration.ts fix(compiler-cli): full side-effectful registration of NgModules with ids (#45024) 2022-03-22 11:11:53 -07:00
query_list.ts feat(core): Allow typeguards on QueryList.filter (#48042) 2023-04-03 19:35:35 -07:00
template_ref.ts refactor(core): adjust defer block behavior on the server (#51530) 2023-09-01 19:15:16 +00:00
view_container_ref.ts refactor(core): adjust defer block behavior on the server (#51530) 2023-09-01 19:15:16 +00:00
view_ref.ts docs(core): Make links out of @see tags (#50110) 2023-06-14 10:54:38 +02:00