UNPKG

material-theme-util

Version:

Angular Material 10+ Helper Utility for managing Theme colors dynamically, and creating color palettes from single colors.

8 lines (7 loc) 259 B
export declare class ThemeUtilService { private colorTheme; initTheme(primary?: string, accent?: string, warn?: string): void; setPrimaryPalette(str: string): void; setAccentPalette(str: string): void; setWarnPalette(str: string): void; }