mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| helloworld-spec.ts | ||
| protractor.config.js | ||
| transferstate-spec.ts | ||
| tsconfig.json | ||
| util.ts | ||