MCPcopy Create free account
hub / github.com/angular/angular / isI18nHydrationEnabled

Function isI18nHydrationEnabled

packages/core/src/hydration/i18n.ts:71–74  ·  view source on GitHub ↗
(injector?: Injector)

Source from the content-addressed store, hash-verified

69}
70
71export function isI18nHydrationEnabled(injector?: Injector) {
72 injector = injector ?? inject(Injector);
73 return injector.get(IS_I18N_HYDRATION_ENABLED, false);
74}
75
76/**
77 * Collects, if not already cached, all of the indices in the

Callers 1

annotateForHydrationFunction · 0.90

Calls 2

injectFunction · 0.90
getMethod · 0.65

Tested by

no test coverage detected