Incremental migration to Angular’s new control flow syntax
Angular v17 introduced a new control flow syntax that is built into the framework. The new syntax is...
Angular v17 introduced a new control flow syntax that is built into the framework. The new syntax is...
We recently upgraded Angular to v17 at work. One of the first things we did after the upgrade was to...
Self-closing tags were introduced in Angular v15.1. This added a small but welcomed improvement to...
I’ve been working with Angular for around 6 years now. It’s a great framework that I enjoy working...
This post is going to be a bit longer than usual so bear with me 🙂 I was working on a task at work...
Earlier today I recorded a short video where I show you how to start using Standalone Components in...
Just recorded a short video where I show you how to use a component wrapped in an NgModule inside a...
Over the weekend I recorded a short video about an upcoming feature in Angular called Standalone...
In the first part of this post we ended up with a simple but repetitive solution to wrapping Angular...
I was recently working on a button component as part of a Design System based on Angular Material....
A nice new feature is coming to Angular v12 - support for disabling Angular animations at runtime 🎉...
An exciting new feature is coming to Angular v12 - support for Observables in APP_INITIALIZER 🎉 Note...
Angular v11 was released a couple of weeks ago. One of the highlights in this release is making it ea...