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 19.x
Updates non-standalone Directives, Component and Pipes to 'standalone:false' and removes 'standalone:true' from those who are standalone
Updates ExperimentalPendingTasks to PendingTasks
Replaces `APP_INITIALIZER`, `ENVIRONMENT_INITIALIZER` & `PLATFORM_INITIALIZER` respectively with `provideAppInitializer`, `provideEnvironmentInitializer` & `providePlatformInitializer`.
Update '@angular/ssr' import paths to use the new '/node' entry point when 'CommonEngine' is detected.
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.