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

Function ɵɵclassProp

packages/core/src/render3/instructions/styling.ts:101–107  ·  view source on GitHub ↗
(
  className: string,
  value: boolean | undefined | null,
)

Source from the content-addressed store, hash-verified

99 * @codeGenApi
100 */
101export function ɵɵclassProp(
102 className: string,
103 value: boolean | undefined | null,
104): typeof ɵɵclassProp {
105 checkStylingProperty(className, value, null, true);
106 return ɵɵclassProp;
107}
108
109/**
110 * Update style bindings using an object literal on an element.

Callers 1

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…