MCPcopy Create free account
hub / github.com/angular/angular / ɵɵstyleMap

Function ɵɵstyleMap

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

Source from the content-addressed store, hash-verified

132 * @codeGenApi
133 */
134export 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.

Callers 2

styling_spec.tsFile · 0.90

Calls 1

checkStylingMapFunction · 0.85

Tested by

no test coverage detected