Skip to content

Commit 5675223

Browse files
thePunderWomankirjs
authored andcommitted
feat(core): stabilize incremental hydration api (angular#60888)
This removes the developer preview label for incremental hydration APIs. PR Close angular#60888
1 parent bf8492b commit 5675223

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

adev/src/content/guide/incremental-hydration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Incremental Hydration
22

3-
TIP: Incremental hydration is currently in [developer preview](/reference/releases#developer-preview).
4-
53
**Incremental hydration** is an advanced type of [hydration](guide/hydration) that can leave sections of your application dehydrated and _incrementally_ trigger hydration of those sections as they are needed.
64

75
## Why use incremental hydration?

packages/core/src/hydration/api.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,6 @@ export function withI18nSupport(): Provider[] {
340340
* Returns a set of providers required to setup support for incremental hydration.
341341
* Requires hydration to be enabled separately.
342342
* Enabling incremental hydration also enables event replay for the entire app.
343-
*
344-
* @developerPreview
345343
*/
346344
export function withIncrementalHydration(): Provider[] {
347345
const providers: Provider[] = [

packages/platform-browser/src/hydration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ export function withEventReplay(): HydrationFeature<HydrationFeatureKind.EventRe
132132
* providers: [provideClientHydration(withIncrementalHydration())]
133133
* });
134134
* ```
135-
* @experimental
136135
* @publicApi
137136
* @see {@link provideClientHydration}
138137
*/

0 commit comments

Comments
 (0)