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

Function ɵɵstyleMap

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

Source from the content-addressed store, hash-verified

129 * @codeGenApi
130 */
131export 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.

Callers 2

styling_spec.tsFile · 0.90

Calls 1

checkStylingMapFunction · 0.85

Tested by

no test coverage detected