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

Method themeHidden

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

Source from the content-addressed store, hash-verified

266 }
267
268 private themeHidden() {
269 if (typeof document === 'undefined') {
270 return;
271 }
272 document.head.appendChild(this.darkChangeHiddenElement);
273 }
274
275 private themeShow() {
276 if (typeof document === 'undefined') {

Callers 1

applyThemeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected