UNPKG

ngx-an-loader

Version:
22 lines (18 loc) 762 B
import * as i0 from '@angular/core'; declare class NgxAnLoaderService { isVisible: i0.WritableSignal<boolean>; show(): void; hide(): void; toggle(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgxAnLoaderService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgxAnLoaderService>; } declare class NgxAnLoader { private ngxAnLoaderService; zIndex: number; isVisible: boolean; constructor(ngxAnLoaderService: NgxAnLoaderService); static ɵfac: i0.ɵɵFactoryDeclaration<NgxAnLoader, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgxAnLoader, "ngx-an-loader", never, { "zIndex": { "alias": "zIndex"; "required": false; }; }, {}, never, never, true, never>; } export { NgxAnLoader, NgxAnLoaderService };