Skip to content

Commit

Permalink
refactor(core): private export token that indicates if zone schedulin…
Browse files Browse the repository at this point in the history
…g is provided

This is needed internally to determine whether to provide zone or
zoneless by default.
  • Loading branch information
atscott committed May 6, 2024
1 parent 8f273ce commit fb4b532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/core_private_export.ts
Expand Up @@ -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,
Expand Down

0 comments on commit fb4b532

Please sign in to comment.