angular/packages/platform-server/test
Alan Agius 9165ff2517 fix(platform-browser): reuse server generated component styles (#48253)
Prior to this change component styles generated on the server where removed prior to the client side component being rendered and attached it's own styles. In some cases this caused flickering. To mitigate this `initialNavigation: enabledBlocking'` was introduced which allowed the remove of server styles to be defer to a latter stage when the application has finished initialization.

This commit changes the need for this, by not removing the server generated component styles and reuse them for client side rendering.

PR Close #48253
2023-03-09 09:33:34 -08:00
..
BUILD.bazel refactor: update platform-server tests to work with ESM (#48521) 2022-12-19 19:50:43 +00:00
hydration_spec.ts refactor(core): skip hydration annotation (#49345) 2023-03-08 17:56:43 +00:00
integration_spec.ts fix(platform-browser): reuse server generated component styles (#48253) 2023-03-09 09:33:34 -08:00
server_styles_host_spec.ts perf(common): remove unused methods from DomAdapter (#41102) 2021-03-10 11:48:24 -08:00
transfer_state_spec.ts Revert "fix(platform-server): insert transfer state script before other script tags (#48868)" (#49112) 2023-02-17 11:09:21 -08:00