Optimizing Observables in Angular Universal (+flickering fix) by Caching with BrowserTransferStateModule

Disclaimer If you are simply using HttpClient to fetch your data, then you’re all set since the solution for duplicate requests and flashing content is simpler and the official tutorial...

Setting Status Code and Handling 404 Pages in Angular Universal

If you use Angular Universal, you probably know that in addition to Server Side Rendering, Universal provides you with the full range of Node.js functionality on the server-side. Today we...