diff --git a/packages/core/src/core_render3_private_export.ts b/packages/core/src/core_render3_private_export.ts index 562651273c..720f51215b 100644 --- a/packages/core/src/core_render3_private_export.ts +++ b/packages/core/src/core_render3_private_export.ts @@ -228,7 +228,8 @@ export { } from './render/api'; export { - publishGlobalUtil as ɵpublishGlobalUtil + publishGlobalUtil as ɵpublishGlobalUtil, + publishDefaultGlobalUtils as ɵpublishDefaultGlobalUtils } from './render3/publish_global_util'; export { SWITCH_INJECTOR_FACTORY__POST_R3__ as ɵSWITCH_INJECTOR_FACTORY__POST_R3__, diff --git a/packages/core/src/render3/publish_global_util.ts b/packages/core/src/render3/publish_global_util.ts index ca4d22bc97..a48a429b09 100644 --- a/packages/core/src/render3/publish_global_util.ts +++ b/packages/core/src/render3/publish_global_util.ts @@ -22,9 +22,9 @@ import {getComponent, getDirectives, getHostComponent, getInjector, getRootCompo /** * This value reflects the property on the window where the dev - * tools are patched (window.ngDev). + * tools are patched (window.ng). * */ -export const GLOBAL_PUBLISH_EXPANDO_KEY = 'ngDev'; +export const GLOBAL_PUBLISH_EXPANDO_KEY = 'ng'; /* * Publishes a collection of default debug tools onto `window._ng_`.