55 * Use of this source code is governed by an MIT-style license that can be
66 * found in the LICENSE file at https://angular.dev/license
77 */
8-
98export {
109 type NavigateEvent as ɵNavigateEvent ,
1110 type Navigation as ɵNavigation ,
@@ -61,6 +60,7 @@ export {
6160 DeferBlockConfig as ɵDeferBlockConfig ,
6261 DeferBlockState as ɵDeferBlockState ,
6362} from './defer/interfaces' ;
63+ export { getDocument as ɵgetDocument } from './render3/interfaces/document' ;
6464export {
6565 convertToBitFlags as ɵconvertToBitFlags ,
6666 setCurrentInjector as ɵsetCurrentInjector ,
@@ -86,14 +86,17 @@ export {
8686 withDomHydration as ɵwithDomHydration ,
8787 withI18nSupport as ɵwithI18nSupport ,
8888 withIncrementalHydration as ɵwithIncrementalHydration ,
89+ CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG ,
8990} from './hydration/api' ;
9091export { withEventReplay as ɵwithEventReplay } from './hydration/event_replay' ;
9192export { JSACTION_EVENT_CONTRACT as ɵJSACTION_EVENT_CONTRACT } from './event_delegation_utils' ;
9293export {
9394 IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED ,
9495 IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED ,
96+ JSACTION_BLOCK_ELEMENT_MAP as ɵJSACTION_BLOCK_ELEMENT_MAP ,
9597} from './hydration/tokens' ;
9698export {
99+ HydrationStatus as ɵHydrationStatus ,
97100 HydratedNode as ɵHydratedNode ,
98101 HydrationInfo as ɵHydrationInfo ,
99102 readHydrationInfo as ɵreadHydrationInfo ,
@@ -153,7 +156,6 @@ export {isPromise as ɵisPromise, isSubscribable as ɵisSubscribable} from './ut
153156export { performanceMarkFeature as ɵperformanceMarkFeature } from './util/performance' ;
154157export { stringify as ɵstringify , truncateMiddle as ɵtruncateMiddle } from './util/stringify' ;
155158export { NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR } from './view/provider_flags' ;
156-
157159export { type InputSignalNode as ɵInputSignalNode } from './authoring/input/input_signal_node' ;
158160export {
159161 startMeasuring as ɵstartMeasuring ,
@@ -162,7 +164,8 @@ export {
162164 enableProfiling as ɵenableProfiling ,
163165 disableProfiling as ɵdisableProfiling ,
164166} from './profiler' ;
165-
166167export { ResourceImpl as ɵResourceImpl } from './resource/resource' ;
167-
168168export { getClosestComponentName as ɵgetClosestComponentName } from './internal/get_closest_component_name' ;
169+ export { getComponentDef as ɵgetComponentDef } from './render3/def_getters' ;
170+ export { DEHYDRATED_BLOCK_REGISTRY as ɵDEHYDRATED_BLOCK_REGISTRY } from './defer/registry' ;
171+ export { TimerScheduler as ɵTimerScheduler } from './defer/timer_scheduler' ;
0 commit comments