Ciao, my name is Davide Passafaro

My latest tech articles:

Angular Zoneless Change Detection
Angular v18 introduced a new experimental Zoneless change detection mechanism, which allows you to eliminate Zone.js from your application.

Angular Forms new unified control state change events
Angular v18 introduces a new capability within the Angular Forms library, by enhancing the AbstractControl class with unified control state change events.

Angular fallback content in ng-content
Angular v18 recently introduced a new feature to easily define a fallback content in ng-content elements. In this article, I will discuss about it.