Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ isI18nHydrationSupportEnabled
Function
isI18nHydrationSupportEnabled
packages/core/src/hydration/i18n.ts:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
export
function
isI18nHydrationSupportEnabled() {
46
return
_isI18nHydrationSupportEnabled;
47
}
48
49
/**
50
* Prepares an i18n block and its children, located at the given
Callers
3
locateOrCreateNodeImpl
Function · 0.90
annotateHostElementForHydration
Function · 0.90
prepareI18nBlockForHydrationImpl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected