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