import { AppInsightsService } from './app-insights.service'; import * as i0 from "@angular/core"; export declare class ErrorLoggingService { private appInsightsService; constructor(appInsightsService: AppInsightsService); /** * LogError method is defined to log all the exceptions to the application Insights service. * @param {(Error | HttpErrorResponse)} error - Client-side exception or Http error response to be logged to application insight tool for troubleshooting * @memberof ErrorLoggingService */ logError(error: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }