bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
14 lines (13 loc) • 586 B
TypeScript
import { OnDestroy } from "@angular/core";
import { GeneralUtils } from "../service/general-utils.service";
import * as i0 from "@angular/core";
export declare class BitLoadingComponent implements OnDestroy {
imageSource: string;
loading: boolean;
private subscription;
inProgressCount: number;
constructor(generalUtils: GeneralUtils);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDef<BitLoadingComponent, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<BitLoadingComponent, "bit-loading", never, { "imageSource": "source"; }, {}, never, never>;
}