UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

10 lines (9 loc) 325 B
import * as i0 from "@angular/core"; export declare class LoadingService { protected loadingList: boolean[]; setLoading(): void; removeLoading(): void; isLoading(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<LoadingService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<LoadingService>; }