mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d9e597f341
To avoid the need for specifying `provideZoneChangeDetection` in any/all modules used with `downgradedModule`, this change adds the zone-based change detection providers by default. This also adds the zone providers to `UpgradeModule` by default as well. PR Close #63814