withIncrementalHydration
function
kullanımdan kaldırılmışv22.0'den beri
Enables support for incremental hydration using the hydrate trigger syntax.
Deprecation warning
API
function withIncrementalHydration(): HydrationFeature<HydrationFeatureKind.IncrementalHydration>;Usage Notes
Basic example of how you can enable incremental hydration in your application when
the bootstrapApplication function is used:
bootstrapApplication(App, {
providers: [provideClientHydration(withIncrementalHydration())]
});
Detaylara atla