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

Angular

A collection of 4 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 »

08 April 2020

Understanding Hot and Cold Observables using RxJS

In this post I'll try to demystify ReactiveX's Observables, how they can be hot or cold, and how to turn one into another. By the way, it doesn't have anything to do with Katy Perry's 2008 song.

Continue reading »

18 November 2019

Server-Side Rendering on Firebase Cloud Functions using Angular Universal

Breaking down the hard task of deploying an Angular Universal application to Firebase with Hosting and Cloud Functions.

Continue reading »

André Monteiro's Blog © 2025