Skip to content

Commit fdf4eb0

Browse files
docs(core): apply review suggestion for provideZoneChangeDetection
1 parent ed672ac commit fdf4eb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/change_detection/scheduling/ng_zone_scheduling.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ export function internalProvideZoneChangeDetection({
134134
* Provides `NgZone`-based change detection for the application bootstrapped using
135135
* `bootstrapApplication`.
136136
*
137-
* In Angular v21+, zoneless change detection is the default for new applications. Add this
138-
* provider to use `NgZone`/ZoneJS-based change detection, or to configure options like
137+
* Add this provider to use `NgZone`/ZoneJS-based change detection and configure options like
139138
* `eventCoalescing` in the `NgZone`.
140139
*
141140
* If you need this provider function in an NgModule-based application, pass it as `applicationProviders` to `bootstrapModule()`.

0 commit comments

Comments
 (0)