()
| 157 | * @see {@link provideClientHydration} |
| 158 | */ |
| 159 | export function withNoIncrementalHydration(): HydrationFeature<HydrationFeatureKind.NoIncrementalHydration> { |
| 160 | return hydrationFeature(HydrationFeatureKind.NoIncrementalHydration); |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | * Returns an `ENVIRONMENT_INITIALIZER` token setup with a function |
no test coverage detected
searching dependent graphs…