()
| 125 | * @see {@link provideClientHydration} |
| 126 | */ |
| 127 | export function withEventReplay(): HydrationFeature<HydrationFeatureKind.EventReplay> { |
| 128 | return hydrationFeature(HydrationFeatureKind.EventReplay, ɵwithEventReplay()); |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Enables support for incremental hydration using the `hydrate` trigger syntax. |
no test coverage detected
searching dependent graphs…