MCPcopy Create free account
hub / github.com/angular/angular / elementEnd

Function elementEnd

packages/compiler/src/template/pipeline/src/instruction.ts:149–151  ·  view source on GitHub ↗
(sourceSpan: ParseSourceSpan | null)

Source from the content-addressed store, hash-verified

147}
148
149export function elementEnd(sourceSpan: ParseSourceSpan | null): ir.CreateOp {
150 return call(Identifiers.elementEnd, [], sourceSpan);
151}
152
153export function elementContainerStart(
154 slot: number,

Callers 1

ComponentClassClass · 0.85

Calls 1

callFunction · 0.85

Tested by

no test coverage detected