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 was 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.