Skip to content

Commit c3ecff0

Browse files
committed
ng21: ref to German post
1 parent d400ec1 commit c3ecff0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

blog/2025-11-angular21/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ As always, you can find the official release information in the [Angular Blog](h
2626
You can migrate an existing project to Angular 21 using the command `ng update`.
2727
Detailed 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
5557
export 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
```

0 commit comments

Comments
 (0)