Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ isInI18nBlock
Function
isInI18nBlock
packages/core/src/render3/state.ts:472–474 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
470
}
471
472
export
function
isInI18nBlock() {
473
return
instructionState.lFrame.inI18n;
474
}
475
476
export
function
setInI18nBlock(isInI18nBlock: boolean): void {
477
instructionState.lFrame.inI18n = isInI18nBlock;
Callers
1
getOrCreateTNode
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected