# Angular 22 is here

Read the [official announcement](https://angular.dev/events/v22).

You can follow the **official update guide** to migrate your app: [https://update.angular.dev/](https://update.angular.dev/)

> At [Angular Academy](https://www.angularacademy.ca/), we have already updated all our training material

What we particularly like in Angular 22:

1.  **Signal Forms**: now production ready (it was experimental in v21)
    
2.  **Resource, rxResource, and httpResource**: also now stable
    
3.  **@Service()**: a new decorator to replace @Injectable({ providedIn: 'root' }) !
    

Get all the details and code samples in the official blog post: [https://blog.angular.dev/announcing-angular-v22-c52bb83a4664](https://blog.angular.dev/announcing-angular-v22-c52bb83a4664)
