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

Function ariaProperty

packages/compiler/src/template/pipeline/src/instruction.ts:585–591  ·  view source on GitHub ↗
(
  name: string,
  expression: o.Expression | ir.Interpolation,
  sourceSpan: ParseSourceSpan,
)

Source from the content-addressed store, hash-verified

583}
584
585export function ariaProperty(
586 name: string,
587 expression: o.Expression | ir.Interpolation,
588 sourceSpan: ParseSourceSpan,
589): ir.UpdateOp {
590 return propertyBase(Identifiers.ariaProperty, name, expression, null, sourceSpan);
591}
592
593export function property(
594 name: string,

Callers

nothing calls this directly

Calls 1

propertyBaseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…