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

Function ɵɵclassProp

packages/core/src/render3/instructions/styling.ts:107–110  ·  view source on GitHub ↗
(className: string, value: any)

Source from the content-addressed store, hash-verified

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