Skip to content

Commit 304205c

Browse files
committed
fix typo: close providers array in zone.js snippet
1 parent 5b98527 commit 304205c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

blog/2025-11-angular21/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export const appConfig: ApplicationConfig = {
5959
// ...
6060
// VERALTETE Change Detection mit Zone.js aktivieren
6161
provideZoneChangeDetection({ eventCoalescing: true }),
62+
]
6263
};
6364
```
6465

0 commit comments

Comments
 (0)