angular/packages/platform-browser/test/dom
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
..
events build: fix legacy saucelabs test bundle generation after ESM changes (#48521) 2022-12-19 19:50:44 +00:00
dom_renderer_spec.ts fix(platform-browser): remove styles from DOM of destroyed components (#48298) 2023-02-16 15:31:24 -08:00
shadow_dom_spec.ts test: clean up more entryComponents usages (#44561) 2022-01-06 18:36:22 +00:00
shared_styles_host_spec.ts fix(platform-browser): reuse server generated component styles (#48253) 2023-03-09 09:33:34 -08:00