Screen Size Required
The Release Insights feature is currently optimized for larger screens (laptops and desktops).
Please use a larger screen to access this feature for the best experience.
The Release Insights feature is currently optimized for larger screens (laptops and desktops).
Please use a larger screen to access this feature for the best experience.
Migrations available with the ng update Angular CLI command for Angular 22.x
Add 'istanbul-lib-instrument' to 'devDependencies' if Karma unit testing is used.
Adds the required third argument to canMatch callsites.
Adds `ChangeDetectionStrategy.Eager` to all components.
Adds 'withXhr' to 'provideHttpClient' function calls when the 'HttpXhrBackend' is used. For more information see: https://angular.dev/api/common/http/withXhr
Adds withNoIncrementalHydration() opt out to provideClientHydration() when incremental hydration is not enabled to retain pre-v22 behavior-.
Migrate projects using legacy Karma unit-test builder to the new unit-test builder with Vitest.
Migrate broken duplicate outputs
Wraps optional chaining expressions in $safeNavigationMigration().
Disables the 'nullishCoalescingNotNullable & optionalChainNotNullable extended diagnostics.
Adds 'strictTemplates: false' in tsconfig.json when not set.
Add 'trustProxyHeaders' configuration to 'AngularNodeAppEngine' or 'AngularAppEngine'. For more information see: https://angular.dev/best-practices/security#configuring-trusted-proxy-headers
Migrate application projects using '@angular-devkit/build-angular:browser' and '@angular-devkit/build-angular:browser-esbuild' to use the '@angular-devkit/build-angular:application' builder. Read more about this here: https://angular.dev/tools/cli/esbuild#using-the-application-builder
Remove options from 'angular.json' that are no longer supported by the official builders.