mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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:
committed by
Andrew Kushnir
parent
9366e170e9
commit
76f2c4fe1a
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user