Upgrading from Angular 16 to 20

Introduction – Angular v16 to Angular v20 (with Ionic and Capacitor) I’m currently managing this Bail Bonds app using Capacitor that is written using the Ionic Angular framework. Recently, I finished reading Modern Angular by Armen Vardanyan, and I wanted to write something as I update the app with the strategies and techniques used in this […]

Why Update to Using Signals in Angular

As we discussed in our previous Upgrading from Angular 16 to 20 Guide, the upgrade to Angular 17+ will bring on the possibility of converting your app’s observables to signals. You want to use signals for multiple reasons rather than using observables. I came across these excellent reasons on why to employ signals while reading […]