File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/core/src/change_detection/scheduling Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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()`.
You can’t perform that action at this time.
0 commit comments