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 20.x
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
Moves imports of `DOCUMENT` from `@angular/common` to `@angular/core`
Replaces usages of the deprecated InjectFlags enum
Update workspace generation defaults to maintain previous style guide behavior.
Migrate imports of 'provideServerRendering' from '@angular/platform-server' to '@angular/ssr'.
Migrate 'provideServerRendering' to use 'withRoutes', and remove 'provideServerRouting' and 'provideServerRoutesConfig' from '@angular/ssr'.
Replaces usages of the deprecated TestBed.get method with TestBed.inject
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