mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8718abce90
This option was introduced out of caution as a way for developers to opt out of the new behavior in v18 which schedule change detection for the above events when they occur outside the Zone. After monitoring the results post-release, we have determined that this feature is working as desired and do not believe it should ever be disabled by setting this option to `true`. PR Close #57029