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

Function domProperty

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

Source from the content-addressed store, hash-verified

842}
843
844export function domProperty(
845 name: string,
846 expression: o.Expression | ir.Interpolation,
847 sanitizer: o.Expression | null,
848 sourceSpan: ParseSourceSpan,
849): ir.UpdateOp {
850 return propertyBase(Identifiers.domProperty, name, expression, sanitizer, sourceSpan);
851}
852
853export function animation(
854 animationKind: ir.AnimationKind,

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…