MCPcopy
hub / github.com/angular/angular / withI18nSupport

Function withI18nSupport

packages/platform-browser/src/hydration.ts:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 * @publicApi 20.0
105 */
106export 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

Callers 1

hydrationFeaturesFunction · 0.90

Calls 1

hydrationFeatureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…