refactor(core): private export token that indicates if zone scheduling is provided (#55690)

This is needed internally to determine whether to provide zone or
zoneless by default.

PR Close #55690
This commit is contained in:
Andrew Scott 2024-05-06 12:36:05 -07:00 committed by Andrew Kushnir
parent 9366e170e9
commit 76f2c4fe1a

View file

@ -26,6 +26,7 @@ export {
NotificationSource as ɵNotificationSource,
ZONELESS_ENABLED as ɵZONELESS_ENABLED,
} from './change_detection/scheduling/zoneless_scheduling';
export {PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE} from './change_detection/scheduling/ng_zone_scheduling';
export {Console as ɵConsole} from './console';
export {
DeferBlockDetails as ɵDeferBlockDetails,