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 21.x
Moves imports of `ApplicationConfig` from `@angular/platform-browser` to `@angular/core`
Migrates deprecated bootstrap options to providers.
Ensures that the Router.lastSuccessfulNavigation signal is now invoked
Updates the 'lib' property in tsconfig files to use 'es2022' or a more modern version.
Adds `BootstrapContext` to `bootstrapApplication` calls in `main.server.ts` to support server rendering.
Remove any karma configuration files that only contain the default content. The default configuration is automatically available without a specific project file.
Replaces usages of the deprecated Router.getCurrentNavigation method with the Router.currentNavigation signal
Converts the entire application to block control flow syntax
Update 'moduleResolution' to 'bundler' in TypeScript configurations. You can read more about this, here: https://www.typescriptlang.org/tsconfig/#moduleResolution
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