Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ namespaceHTML
Function
namespaceHTML
packages/compiler/src/template/pipeline/src/instruction.ts:231–233 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
229
}
230
231
export
function
namespaceHTML(): ir.CreateOp {
232
return
call(Identifiers.namespaceHTML, [], null);
233
}
234
235
export
function
namespaceSVG(): ir.CreateOp {
236
return
call(Identifiers.namespaceSVG, [], null);
Callers
nothing calls this directly
Calls
1
call
Function · 0.85
Tested by
no test coverage detected