Angular v20.1 update is now available and here are some features you can look forward to 🧵
8
36
263
19K
13
We've improved the testing experience by adding supporting bindings in TestBed. Check out the PR for more details on how to get started with this feature 👉 github.com/angular/angula…
We've also added destroyed property on DestroyRef which indicates whether or not the DestroyRef is already destroyed
In v20.1 we’ve added support for the following binary operators in templates: ▶️ += - addition assignment ▶️ -= - subtraction assignment ▶️ *= - multiplication assignment and more. To see the full list check out: github.com/angular/angula…