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 ,
@@ -60,6 +59,7 @@ export {
6059 DeferBlockConfig as ɵDeferBlockConfig ,
6160 DeferBlockState as ɵDeferBlockState ,
6261} from './defer/interfaces' ;
62+ export { getDocument as ɵgetDocument } from './render3/interfaces/document' ;
6363export {
6464 convertToBitFlags as ɵconvertToBitFlags ,
6565 setCurrentInjector as ɵsetCurrentInjector ,
@@ -85,14 +85,17 @@ export {
8585 withDomHydration as ɵwithDomHydration ,
8686 withI18nSupport as ɵwithI18nSupport ,
8787 withIncrementalHydration as ɵwithIncrementalHydration ,
88+ CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG ,
8889} from './hydration/api' ;
8990export { withEventReplay as ɵwithEventReplay } from './hydration/event_replay' ;
9091export { JSACTION_EVENT_CONTRACT as ɵJSACTION_EVENT_CONTRACT } from './event_delegation_utils' ;
9192export {
9293 IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED ,
9394 IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED ,
95+ JSACTION_BLOCK_ELEMENT_MAP as ɵJSACTION_BLOCK_ELEMENT_MAP ,
9496} from './hydration/tokens' ;
9597export {
98+ HydrationStatus as ɵHydrationStatus ,
9699 HydratedNode as ɵHydratedNode ,
97100 HydrationInfo as ɵHydrationInfo ,
98101 readHydrationInfo as ɵreadHydrationInfo ,
@@ -152,7 +155,6 @@ export {isPromise as ɵisPromise, isSubscribable as ɵisSubscribable} from './ut
152155export { performanceMarkFeature as ɵperformanceMarkFeature } from './util/performance' ;
153156export { stringify as ɵstringify , truncateMiddle as ɵtruncateMiddle } from './util/stringify' ;
154157export { NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR } from './view/provider_flags' ;
155-
156158export { type InputSignalNode as ɵInputSignalNode } from './authoring/input/input_signal_node' ;
157159export {
158160 startMeasuring as ɵstartMeasuring ,
@@ -161,10 +163,11 @@ export {
161163 enableProfiling as ɵenableProfiling ,
162164 disableProfiling as ɵdisableProfiling ,
163165} from './profiler' ;
164-
165166export {
166167 ResourceImpl as ɵResourceImpl ,
167168 encapsulateResourceError as ɵencapsulateResourceError ,
168169} from './resource/resource' ;
169-
170170export { getClosestComponentName as ɵgetClosestComponentName } from './internal/get_closest_component_name' ;
171+ export { getComponentDef as ɵgetComponentDef } from './render3/def_getters' ;
172+ export { DEHYDRATED_BLOCK_REGISTRY as ɵDEHYDRATED_BLOCK_REGISTRY } from './defer/registry' ;
173+ export { TimerScheduler as ɵTimerScheduler } from './defer/timer_scheduler' ;
0 commit comments