André Monteiro's Blog
  • Home
  • About me
  • GitHub
  • LinkedIn
André Monteiro's Blog
  • Home
  • About me
  • GitHub
  • LinkedIn

Angular Universal

A collection of 2 posts

03 August 2020

NGX-Translate and Server-Side Rendering - Angular Universal

With more than 400.000 weekly downloads, ngx-translate might just be the most used internationalization library for Angular. It works out-of-the-box wonderfully on the client side, however it needs some tweaks to work with Angular Universal's SSR.

Continue reading »

17 June 2020

Caching server-side requests - Angular Universal

If you are rendering your SPA using Angular Universal you may have noticed a common issue with the page loading: the content "blinks" and loads again. This behavior may occur due to duplicate requests being made, once in the server, and then in the client.

Continue reading »

André Monteiro's Blog © 2025