UNPKG

@ng-formworks/cssframework

Version:

Angular ng-formworks - JSON Schema Form builder cssframework

13 lines (12 loc) 495 B
import { Observable, Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class CssframeworkService { frameworkTheme$: Observable<string>; activeRequestedTheme: string; frameworkThemeSubject: Subject<string>; constructor(); requestThemeChange(themeName: string): void; getActiveRequestedTheme(): string; static ɵfac: i0.ɵɵFactoryDeclaration<CssframeworkService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<CssframeworkService>; }