We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed672ac commit fdf4eb0Copy full SHA for fdf4eb0
1 file changed
packages/core/src/change_detection/scheduling/ng_zone_scheduling.ts
@@ -134,8 +134,7 @@ export function internalProvideZoneChangeDetection({
134
* Provides `NgZone`-based change detection for the application bootstrapped using
135
* `bootstrapApplication`.
136
*
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
+ * Add this provider to use `NgZone`/ZoneJS-based change detection and configure options like
139
* `eventCoalescing` in the `NgZone`.
140
141
* If you need this provider function in an NgModule-based application, pass it as `applicationProviders` to `bootstrapModule()`.
0 commit comments