@ipi-soft/ng-components
Version:
Custom Angular Components
14 lines (13 loc) • 362 B
TypeScript
import * as i0 from "@angular/core";
export declare enum Theme {
First = 0,
Second = 1,
Third = 2
}
export declare class ThemeService {
private currentTheme;
setTheme(theme: Theme): void;
getTheme(): Theme;
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
}