(
styles: {[styleName: string]: any} | string | undefined | null | NO_CHANGE,
)
| 126 | * @codeGenApi |
| 127 | */ |
| 128 | export function ɵɵstyleMap( |
| 129 | styles: {[styleName: string]: any} | string | undefined | null | NO_CHANGE, |
| 130 | ): void { |
| 131 | checkStylingMap(styleKeyValueArraySet, styleStringParser, styles, false); |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * Parse text as style and add values to KeyValueArray. |
no test coverage detected
searching dependent graphs…