MCPcopy
hub / github.com/angular/angular / ɵɵstyleMap

Function ɵɵstyleMap

packages/core/src/render3/instructions/styling.ts:128–132  ·  view source on GitHub ↗
(
  styles: {[styleName: string]: any} | string | undefined | null | NO_CHANGE,
)

Source from the content-addressed store, hash-verified

126 * @codeGenApi
127 */
128export 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.

Callers 2

styling_spec.tsFile · 0.90

Calls 1

checkStylingMapFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…