angular/packages/core/src/platform
Andrew Scott 80f96e7c51 refactor(core): Provide scheduler for use and coordination with zone change detection (#54952)
This commit makes the zoneless scheduler (privately) available to applications that
have ZoneJS-based change detection. This would catch any changes of
interest (signal updates, `markForCheck` calls, attaching `Dirty` views)
that happen outside the Angular Zone.

See #53844 for additional information about why this is important.
More details to come in the a future commit that makes this a public option.

PR Close #54952
2024-03-27 11:36:56 -07:00
..
platform.ts refactor(core): remove InjectionToken descriptions in optimized builds. (#53747) 2024-01-26 19:12:41 +00:00
platform_core_providers.ts refactor(core): Separate application and platform files even more (#53371) 2023-12-08 14:29:46 -08:00
platform_ref.ts refactor(core): Provide scheduler for use and coordination with zone change detection (#54952) 2024-03-27 11:36:56 -07:00