lct-components
Version:
LCT basic components
22 lines (21 loc) • 802 B
TypeScript
import { OnInit, OnDestroy } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CheckConnectionComponent implements OnInit, OnDestroy {
connectionType: string;
showWarning: boolean;
connectionLost: boolean;
showGoodConnection: boolean;
isLocalhost: boolean;
private onlineListener?;
private offlineListener?;
private connectionChangeListener?;
constructor();
ngOnInit(): void;
checkConnection(): void;
testConnection(): void;
private checkIfLocalhost;
private setupConnectionListeners;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CheckConnectionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CheckConnectionComponent, "lct-check-connection", never, {}, {}, never, never>;
}