Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ isDetachedByI18n
Function
isDetachedByI18n
packages/core/src/i18n/utils.ts:16–18 ·
view source on GitHub ↗
(tNode: TNode)
Source
from the content-addressed store, hash-verified
14
* and instead, use a regular
"creation mode"
.
15
*/
16
export
function
isDetachedByI18n(tNode: TNode) {
17
return
(tNode.flags & TNodeFlags.isDetached) === TNodeFlags.isDetached;
18
}
Callers
5
applyNodes
Function · 0.90
elementLikeStartShared
Function · 0.90
ɵɵprojection
Function · 0.90
canHydrateNode
Function · 0.90
serializeLView
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected