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

Function control

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

Source from the content-addressed store, hash-verified

623}
624
625export function control(sourceSpan: ParseSourceSpan | null): ir.UpdateOp {
626 return call(Identifiers.control, [], sourceSpan);
627}
628
629export function controlCreate(sourceSpan: ParseSourceSpan | null): ir.CreateOp {
630 return call(Identifiers.controlCreate, [], sourceSpan);

Callers 2

interop.spec.tsFile · 0.85

Calls 1

callFunction · 0.85

Tested by

no test coverage detected