MCPcopy Create free account
hub / github.com/angular/angular / ɵɵclassProp

Function ɵɵclassProp

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

Source from the content-addressed store, hash-verified

105 * @codeGenApi
106 */
107export function ɵɵclassProp(
108 className: string,
109 value: boolean | undefined | null,
110): typeof ɵɵclassProp {
111 checkStylingProperty(className, value, null, true);
112 return ɵɵclassProp;
113}
114
115/**
116 * 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