You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.
It appears that Preboot is required to avoid page flickering when using SSR with apps that have a moderate amount of content and use lazy loaded routes.
angular/universal#1184 (comment) has an example of implementing Preboot and links to a repo that has an implementation that solves this.
Additionally initialNavigation: 'enabled' is a required part of fixing these flicker issues, that's been done in 9f1fc47.
The text was updated successfully, but these errors were encountered:
Based on the discussion in these issues
It appears that Preboot is required to avoid page flickering when using SSR with apps that have a moderate amount of content and use lazy loaded routes.
angular/universal#1184 (comment) has an example of implementing Preboot and links to a repo that has an implementation that solves this.
Additionally
initialNavigation: 'enabled'
is a required part of fixing these flicker issues, that's been done in 9f1fc47.The text was updated successfully, but these errors were encountered: