MCPcopy Index your code
hub / github.com/angular/angular / prop

Function prop

packages/compiler/src/output/output_ast.ts:222–224  ·  view source on GitHub ↗
(name: string, sourceSpan?: ParseSourceSpan | null)

Source from the content-addressed store, hash-verified

220 abstract clone(): Expression;
221
222 prop(name: string, sourceSpan?: ParseSourceSpan | null): ReadPropExpr {
223 return new ReadPropExpr(this, name, null, sourceSpan);
224 }
225
226 key(index: Expression, type?: Type | null, sourceSpan?: ParseSourceSpan | null): ReadKeyExpr {
227 return new ReadKeyExpr(this, index, type, sourceSpan);

Callers 1

deepSignalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…