Skip to content

Commit fa1b021

Browse files
refactor(core): add performance feature flag for incremental hydration (#58658)
This adds a flag for incremental hydration to get usage statistics. PR Close #58658
1 parent 5fe57d4 commit fa1b021

File tree

1 file changed

+1
-0
lines changed
  • packages/core/src/hydration

1 file changed

+1
-0
lines changed

packages/core/src/hydration/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ export function withIncrementalHydration(): Provider[] {
343343
provide: ENVIRONMENT_INITIALIZER,
344344
useValue: () => {
345345
enableIncrementalHydrationRuntimeSupport();
346+
performanceMarkFeature('NgIncrementalHydration');
346347
},
347348
multi: true,
348349
},

0 commit comments

Comments
 (0)