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

Function domProperty

packages/compiler/src/template/pipeline/src/instruction.ts:867–874  ·  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

865}
866
867export function domProperty(
868 name: string,
869 expression: o.Expression | ir.Interpolation,
870 sanitizer: o.Expression | null,
871 sourceSpan: ParseSourceSpan,
872): ir.UpdateOp {
873 return propertyBase(Identifiers.domProperty, name, expression, sanitizer, sourceSpan);
874}
875
876export function animation(
877 animationKind: ir.AnimationKind,

Callers

nothing calls this directly

Calls 1

propertyBaseFunction · 0.85

Tested by

no test coverage detected