systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
10 lines (9 loc) • 330 B
TypeScript
import * as i0 from "@angular/core";
export declare class ThemeService {
private document;
constructor(document: Document);
setTheme(name?: string): void;
getThemes(): Array<string>;
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
}