Skip to content

Commit 76f2c4f

Browse files
atscottAndrewKushnir
authored andcommitted
refactor(core): private export token that indicates if zone scheduling is provided (angular#55690)
This is needed internally to determine whether to provide zone or zoneless by default. PR Close angular#55690
1 parent 9366e17 commit 76f2c4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/core_private_export.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export {
2626
NotificationSource as ɵNotificationSource,
2727
ZONELESS_ENABLED as ɵZONELESS_ENABLED,
2828
} from './change_detection/scheduling/zoneless_scheduling';
29+
export {PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE} from './change_detection/scheduling/ng_zone_scheduling';
2930
export {Console as ɵConsole} from './console';
3031
export {
3132
DeferBlockDetails as ɵDeferBlockDetails,

0 commit comments

Comments
 (0)