()
| 104 | * @publicApi 20.0 |
| 105 | */ |
| 106 | export function withI18nSupport(): HydrationFeature<HydrationFeatureKind.I18nSupport> { |
| 107 | return hydrationFeature(HydrationFeatureKind.I18nSupport, ɵwithI18nSupport()); |
| 108 | } |
| 109 | |
| 110 | /** |
| 111 | * Enables support for replaying user events (e.g. `click`s) that happened on a page |
no test coverage detected
searching dependent graphs…