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:254–256 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
252
}
253
254
export
function
namespaceHTML(): ir.CreateOp {
255
return
call(Identifiers.namespaceHTML, [], null);
256
}
257
258
export
function
namespaceSVG(): ir.CreateOp {
259
return
call(Identifiers.namespaceSVG, [], null);
Callers
nothing calls this directly
Calls
1
call
Function · 0.85
Tested by
no test coverage detected