Skip to content

Commit 26afb73

Browse files
SkyZeroZxleonsenft
authored andcommitted
docs: Update provideZonelessChangeDetection tsdocs
1 parent f46e8bd commit 26afb73

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,8 @@ export class ChangeDetectionSchedulerImpl implements ChangeDetectionScheduler, O
332332
* Provides change detection without ZoneJS for the application bootstrapped using
333333
* `bootstrapApplication`.
334334
*
335+
* NOTE: Zoneless is enabled by default in Angular v21+. Ensure `provideZoneChangeDetection` is not used to override this default.
336+
*
335337
* This function allows you to configure the application to not use the state/state changes of
336338
* ZoneJS to schedule change detection in the application. This will work when ZoneJS is not present
337339
* on the page at all or if it exists because something else is using it (either another Angular

0 commit comments

Comments
 (0)