This week, we’re using the 3-2-1 format of the newsletter once more. I’m posting a few essential articles to revisit, updates to know about, and one question to ponder:
Three short articles to revisit:
- HTTP interceptors can be used in several ways to assist with authentication, refactoring code, caching data, and more! Read more about them with this tutorial.
- Just like guards and resolvers, HTTP interceptors can also be declared as functions.
Two Angular updates:
- Angular 19.1 is now available! The most interesting addition is a new CLI command to automatically clean-up unused imports:
ng g @angular/core:cleanup-unused-imports
- Another interesting update is the support for Typescript 5.7 added to Angular 19.1. More info about Typescript 5.7 here.
One question to think about:
- Do you call methods in your Angular component templates sometimes? If so, check this out to consider a better alternative.