angular/integration/platform-server/e2e
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
..
helloworld-spec.ts fix(platform-browser): reuse server generated component styles (#48253) 2023-03-09 09:33:34 -08:00
protractor.config.js test: switch integration tests from puppeteer/webdriver-manager to Bazel-managed chromium (#44238) 2021-12-08 13:42:42 -05:00
transferstate-spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
tsconfig.json refactor(dev-infra): remove obsolete todos (#49362) 2023-03-08 15:39:55 -08:00
util.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00