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