Member-only story
🅰️ Angular 16.0.1–16.2.1 Is A Craftsmanship Effort
Angular 17 works begin. Let’s wrap up features introduced in Angular 16.0.1–16.2.1 before we’ll open popcorn for the new Angular major line!
Somewhere around October 2022 we had some important Angular 15 features released with some more in Angular 15.1.0. In May, we’ve seen Angular 16 preceded by Angular 16 RC2.
Now, 3 months later, the work on 17.0.0 has started with the next.0 release made yesterday. So, before we’ll enjoy what the Angular team prepares for us in the following weeks, let’s look at what happened between Angular 16.0.0 and 16.2.1 released yesterday (2023–08–16):
During that time there were ten features and numerous bugfixes. But bugfixes are boring, so I’ll sum up the features for you since 16.0.1 to 16.2.1.
1. HttpBackend Using Fetch API
HttpBackend makes calls to backend ignoring interceptors. The new implementation uses the Fetch API instead of polyfilled xhr2. No libraries needed anymore.
To enable it, you have to set it up explicitly as for now, because it’s in developer preview mode:
provideHttpClient(withFetch())