File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ As always, you can find the official release information in the [Angular Blog](h
2626You can migrate an existing project to Angular 21 using the command ` ng update ` .
2727Detailed information about the steps is available in the [ Angular Update Guide] ( https://angular.dev/update-guide ) .
2828
29+ > 🇩🇪 This article is available in German language here: [ Angular 21 ist da!] (https://angular-buch.com/blog/2025-11-angular21
30+
2931
3032## Versions of TypeScript and Node.js
3133
@@ -55,7 +57,7 @@ Additionally, Zone.js must be installed and listed under `polyfills` in `angular
5557export const appConfig: ApplicationConfig = {
5658 providers: [
5759 // ...
58- // ENABLE the legacy change detection with Zone.js
60+ // enable the LEGACY change detection with Zone.js
5961 provideZoneChangeDetection ({ eventCoalescing: true }),
6062};
6163` ` `
You can’t perform that action at this time.
0 commit comments