mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00: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:
parent
9366e170e9
commit
76f2c4fe1a
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue