Skip to content

Commit 6b23953

Browse files
docs: declare Event Replay feature as stable (angular#57895)
This commit drops the `@developerPreview` annotation from the `withEventReplay()` function, which effectively makes the Event Replay feature stable. PR Close angular#57895
1 parent e9314e6 commit 6b23953

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

adev/src/content/guide/hydration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ bootstrapApplication(App, {
7575
});
7676
```
7777

78-
IMPORTANT: the Event Replay feature is currently in [Developer Preview](/reference/releases#developer-preview).
7978

8079
## Constraints
8180

packages/platform-browser/src/hydration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ export function withI18nSupport(): HydrationFeature<HydrationFeatureKind.I18nSup
111111
* providers: [provideClientHydration(withEventReplay())]
112112
* });
113113
* ```
114-
* @developerPreview
115114
* @publicApi
116115
* @see {@link provideClientHydration}
117116
*/

0 commit comments

Comments
 (0)