@koalarx/ui
Version:
Koala UI is a modern and accessible component library designed to speed up interface development in Angular projects. With simple integration and clear documentation, you can easily build robust and visually appealing applications.
19 lines (15 loc) • 607 B
TypeScript
import * as i0 from '@angular/core';
declare class LoaderPage {
private _loading;
get isLoading(): i0.Signal<boolean>;
show(): void;
dismiss(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderPage, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<LoaderPage>;
}
declare class LoaderPageContent {
loaderPage: LoaderPage;
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderPageContent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderPageContent, "kl-loader-page-content", never, {}, {}, never, never, true, never>;
}
export { LoaderPage, LoaderPageContent };