( prop: string, value: string | number | SafeValue | undefined | null, suffix?: string | null, )
| 81 | * @codeGenApi |
| 82 | */ |
| 83 | export function ɵɵstyleProp( |
| 84 | prop: string, |
| 85 | value: string | number | SafeValue | undefined | null, |
| 86 | suffix?: string | null, |
| 87 | ): typeof ɵɵstyleProp { |
| 88 | checkStylingProperty(prop, value, suffix, false); |
| 89 | return ɵɵstyleProp; |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Update a class binding on an element with the provided value. |
no test coverage detected