(className: string, value: any)
| 105 | * @codeGenApi |
| 106 | */ |
| 107 | export 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. |
no test coverage detected