bitcitawebfrontlib-ibsalut
Version:
Angular CLI project used by other Angular projects in the bitcita web project.<br />
11 lines (10 loc) • 366 B
TypeScript
import { OnDestroy } from "@angular/core";
import { GeneralUtils } from "../service/general-utils.service";
export declare class BitLoadingBitcitawebComponent implements OnDestroy {
imageSource: string;
loading: boolean;
private subscription;
inProgressCount: number;
constructor(generalUtils: GeneralUtils);
ngOnDestroy(): void;
}