Skip to content

Commit

Permalink
docs: add withEventReplay and withI18nSupport links to `provideCl…
Browse files Browse the repository at this point in the history
…ientHydration` docs
  • Loading branch information
AndrewKushnir committed Aug 14, 2024
1 parent 9857570 commit 4c39c9a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/platform-browser/src/hydration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,12 @@ function provideZoneJsCompatibilityDetector(): Provider[] {
* transferring this cache to the client to avoid extra HTTP requests. Learn more about data caching
* [here](guide/ssr#caching-data-when-using-httpclient).
*
* These functions allow you to disable some of the default features or configure features
* These functions allow you to disable some of the default features or enable new ones:
*
* * {@link withNoHttpTransferCache} to disable HTTP transfer cache
* * {@link withHttpTransferCacheOptions} to configure some HTTP transfer cache options
* * {@link withI18nSupport} to enable hydration support for i18n blocks
* * {@link withEventReplay} to enable support for replaying user events
*
* @usageNotes
*
Expand All @@ -187,6 +190,8 @@ function provideZoneJsCompatibilityDetector(): Provider[] {
*
* @see {@link withNoHttpTransferCache}
* @see {@link withHttpTransferCacheOptions}
* @see {@link withI18nSupport}
* @see {@link withEventReplay}
*
* @param features Optional features to configure additional router behaviors.
* @returns A set of providers to enable hydration.
Expand Down

0 comments on commit 4c39c9a

Please sign in to comment.