We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a21da commit b721e5dCopy full SHA for b721e5d
packages/core/src/core_private_export.ts
@@ -26,6 +26,7 @@ export {
26
NotificationSource as ɵNotificationSource,
27
ZONELESS_ENABLED as ɵZONELESS_ENABLED,
28
} from './change_detection/scheduling/zoneless_scheduling';
29
+export {PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE} from './change_detection/scheduling/ng_zone_scheduling';
30
export {Console as ɵConsole} from './console';
31
export {
32
DeferBlockDetails as ɵDeferBlockDetails,
0 commit comments