MCPcopy
hub / github.com/DevCloudFE/ng-devui / setExtraData

Method setExtraData

devui/theme/theme-service.ts:164–169  ·  view source on GitHub ↗
(data, apply = false)

Source from the content-addressed store, hash-verified

162 }
163
164 setExtraData(data, apply = false) {
165 this.extraData = data;
166 if (apply) {
167 this.applyExtraData();
168 }
169 }
170
171 private applyExtraData() {
172 const theme = this.currentTheme;

Callers 1

ThemeServiceInitFunction · 0.95

Calls 1

applyExtraDataMethod · 0.95

Tested by

no test coverage detected