mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(core): add performance feature flag for incremental hydration (#58658)
This adds a flag for incremental hydration to get usage statistics. PR Close #58658
This commit is contained in:
parent
5fe57d4fbb
commit
fa1b021aad
1 changed files with 1 additions and 0 deletions
|
|
@ -343,6 +343,7 @@ export function withIncrementalHydration(): Provider[] {
|
|||
provide: ENVIRONMENT_INITIALIZER,
|
||||
useValue: () => {
|
||||
enableIncrementalHydrationRuntimeSupport();
|
||||
performanceMarkFeature('NgIncrementalHydration');
|
||||
},
|
||||
multi: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue