@koalarx/ui
Version:
Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.
10 lines (9 loc) • 375 B
TypeScript
import { BehaviorSubject } from "rxjs";
import { KoalaOauth2ConfigInterface } from "./koala-oauth2-config.interface";
export declare class KoalaOauthConfig {
static config: BehaviorSubject<KoalaOauth2ConfigInterface>;
static getConfig(): string;
static hasConfig(): boolean;
static setConfig(type: string): void;
private static getOAuthConfig;
}