Angular v20.1 update is now available and here are some features you can look forward to 🧵
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…
@angular Exciting times for Angular fans! We're looking forward to trying out the new v20.1 updates
@angular Any major gotchas upgrading from v19 to v20? I've got a 4 week window before installing into our first client and if possible I'd like to upgrade to v20 assuming it won't break much ...
@angular Nice update. Looking forward to the new features.
@angular why did the colors change inbetween material v.20.0.05 and v-20.1 ??? why do you do this in minor versions?
@angular I noticed that signals lack queuing like Subject does. There's a chat where I'm sending consecutive chunks from the API and adding them with input.set(). In the child component, if chunk1 and chunk2 arrive before chunk1 is read, it only receives chunk2.