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