MCPcopy 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
254export function namespaceHTML(): ir.CreateOp {
255 return call(Identifiers.namespaceHTML, [], null);
256}
257
258export function namespaceSVG(): ir.CreateOp {
259 return call(Identifiers.namespaceSVG, [], null);

Callers

nothing calls this directly

Calls 1

callFunction · 0.85

Tested by

no test coverage detected