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

Function ariaProperty

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

Source from the content-addressed store, hash-verified

606}
607
608export function ariaProperty(
609 name: string,
610 expression: o.Expression | ir.Interpolation,
611 sourceSpan: ParseSourceSpan,
612): ir.UpdateOp {
613 return propertyBase(Identifiers.ariaProperty, name, expression, null, sourceSpan);
614}
615
616export function property(
617 name: string,

Callers

nothing calls this directly

Calls 1

propertyBaseFunction · 0.85

Tested by

no test coverage detected