Angular 19.2 is almost there, CSS tricks, and more!

As usual, we’re using the 3-2-1 format of the newsletter this week. I’m posting a few essential articles to revisit, updates to know about, and one question to ponder:

Three articles to revisit:

Two Angular updates:

  • Angular 19.2 just got its first RC version, and it features a new httpResource, which aims to replace the HttpClient with a Signal-based approach. Manfred Steyer published a preview of the feature here.
  • The FREE Angular Weekend is happening this weekend at certificates.dev! A great way to get free certification training and take practice tests to see how you’d fare in the Angular mid-level certification exam.

One question to think about:

A debugging quest and a free Angular weekend!

As often, I’m using the updated newsletter format this week. I’m posting a few interesting updates to know about and one question to ponder:

Two Angular updates:

  • Gérôme Grignon just released the Angular Debug Quest, a GitHub repo where you can practice fixing common Angular app bugs in one place. The project is open to feedback and additional bugs to fix, so feel free to contribute and give it a try!
  • The FREE Angular Weekend is happening soon over at certificates.dev! A great way to get free certification training and take practice tests to see how you’d fare in the Angular mid-level certification exam:

One question to think about and some posts to learn more about it:

  • Do you lint your code for extra feedback on best practices? Linting is a great way to learn about blind spots we all have as developers. It can also teach you some alternative syntaxes and keywords. Read more about eslint here.

The Angular documentary is out!

Big news this week: The Angular documentary is now available for free on YouTube! It’s a 1-hour video going through the origins of the framework and its evolution over time, featuring many of the Angular community members who contributed to the framework’s history.

On a similar note, I found the TypeScript origins documentary fascinating, and it’s also available on YouTube.

Since that’s a lot of content to look, I’ll leave you with only one extra article to revisit for this week:

Do you know about the different types of RxJs subjects? Learn more about them here.