@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.
15 lines (14 loc) • 671 B
TypeScript
import { BehaviorSubject } from 'rxjs';
import { LoaderBarPageInterface } from '../../loader/loader-bar-page.interface';
import * as i0 from "@angular/core";
export declare const KOALA_LOADER_SUBJECT: BehaviorSubject<LoaderBarPageInterface>;
export declare class KoalaLoaderService {
getLoaderSubject(): BehaviorSubject<LoaderBarPageInterface>;
create(loaderConfig?: {
progress?: number;
typeLoader?: "buffer" | "determinate" | "query" | "indeterminate";
}): void;
dismiss(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<KoalaLoaderService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<KoalaLoaderService>;
}