dynamic-theme-lib
Version:
A flexible and powerful theme management library for Angular applications that allows dynamic color management and theme switching.
12 lines (11 loc) • 828 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./dynamic-theme-lib.component";
import * as i2 from "./directives/background-colour.directive";
import * as i3 from "./directives/text-colour.directive";
import * as i4 from "@angular/common";
import * as i5 from "@angular/common/http";
export declare class DynamicThemeLibModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicThemeLibModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicThemeLibModule, [typeof i1.DynamicThemeLibComponent, typeof i2.BackgroundColorDirective, typeof i3.TextColorDirective], [typeof i4.CommonModule, typeof i5.HttpClientModule], [typeof i1.DynamicThemeLibComponent, typeof i2.BackgroundColorDirective, typeof i3.TextColorDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DynamicThemeLibModule>;
}