MCPcopy
hub / github.com/angular/angular / ɵɵstyleProp

Function ɵɵstyleProp

packages/core/src/render3/instructions/styling.ts:77–84  ·  view source on GitHub ↗
(
  prop: string,
  value: string | number | SafeValue | undefined | null,
  suffix?: string | null,
)

Source from the content-addressed store, hash-verified

75 * @codeGenApi
76 */
77export function ɵɵstyleProp(
78 prop: string,
79 value: string | number | SafeValue | undefined | null,
80 suffix?: string | null,
81): typeof ɵɵstyleProp {
82 checkStylingProperty(prop, value, suffix, false);
83 return ɵɵstyleProp;
84}
85
86/**
87 * Update a class binding on an element with the provided value.

Callers 2

styling_spec.tsFile · 0.90

Calls 1

checkStylingPropertyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…