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

Method themeShow

devui/theme/theme-service.ts:275–280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273 }
274
275 private themeShow() {
276 if (typeof document === 'undefined') {
277 return;
278 }
279 document.head.appendChild(this.darkChangeShowElement);
280 }
281
282 private addColorTransition() {
283 if (typeof document === 'undefined') {

Callers 1

applyThemeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected