import { OnDestroy } from '@angular/core'; import { ErrorHanlderService } from '../../services/error-hanlder.service'; export declare class ErrorHandlingComponent implements OnDestroy { private errorService; private errorSubscription; strErrors: any[]; errors: any[]; keys: any[]; hasErr: boolean; constructor(errorService: ErrorHanlderService); setError(error: any): void; setForbiddenErrors(error: any): void; declareError(key: any, error: any): void; ngOnDestroy(): void; } //# sourceMappingURL=error-handling.component.d.ts.map