UNPKG

ng2-appinsights

Version:
11 lines (10 loc) 348 B
import { ErrorHandler } from '@angular/core'; import { AppInsightsService } from './appinsights.service'; /** * App Insights Error Handler */ export declare class AppInsightsErrorHandler extends ErrorHandler { private appInsightsService; constructor(appInsightsService: AppInsightsService); handleError(error: any): void; }