UNPKG

cocori-ng

Version:

Cocori-ng is an Angular full of great components & utilites based on Material

17 lines (16 loc) 660 B
import { ErrorHandler, Injector } from '@angular/core'; import { StorageService } from '../storage.service'; import * as i0 from "@angular/core"; export interface ReloadPageModel { date: Date; count: number; } export declare class GlobalErrorInterceptorService implements ErrorHandler { private injector; private storageService; constructor(injector: Injector, storageService: StorageService); handleError(error: any): void; private handleReloadPage; static ɵfac: i0.ɵɵFactoryDeclaration<GlobalErrorInterceptorService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<GlobalErrorInterceptorService>; }