( prop: string, value: string | number | SafeValue | undefined | null, suffix?: string | null, )
| 75 | * @codeGenApi |
| 76 | */ |
| 77 | export function ɵɵstyleProp( |
| 78 | prop: string, |
| 79 | value: string | number | SafeValue | undefined | null, |
| 80 | suffix?: string | null, |
| 81 | ): typeof ɵɵstyleProp { |
| 82 | checkStylingProperty(prop, value, suffix, false); |
| 83 | return ɵɵstyleProp; |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Update a class binding on an element with the provided value. |
no test coverage detected
searching dependent graphs…