I am working on an example with angular universal and some data saved in a database. The thing is that with angular universal two request are made, that is useless and at the same time it generates a flicklering error in the webpage.
You can fix the problem with this post, Optimizing Observables in Angular Universal (+flickering fix) by Caching with BrowserTransferStateModule.