dynamic-theme-lib
Version:
A flexible and powerful theme management library for Angular applications that allows dynamic color management and theme switching.
7 lines (6 loc) • 319 B
TypeScript
export * from './lib/dynamic-theme-lib.service';
export * from './lib/dynamic-theme-lib.component';
export * from './lib/dynamic-theme-lib.module';
export * from './lib/directives/background-colour.directive';
export * from './lib/directives/text-colour.directive';
export * from './lib/services/colour.service';