dynamic-theme-lib
Version:
A flexible and powerful theme management library for Angular applications that allows dynamic color management and theme switching.
9 lines (8 loc) • 399 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DynamicThemeLibComponent implements OnInit {
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicThemeLibComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicThemeLibComponent, "lib-dynamic-theme-lib", never, {}, {}, never, never>;
}