UNPKG

@cauca-911/core

Version:

Run `npm install @cauca-911/core` to add this library to your project

10 lines (9 loc) 449 B
import { EventEmitter } from '@angular/core'; import { InterceptorError } from '../interfaces/interceptor-error'; import * as i0 from "@angular/core"; export declare class InterceptorErrorService { error: EventEmitter<InterceptorError>; append(statusCode: number, message: string): void; static ɵfac: i0.ɵɵFactoryDeclaration<InterceptorErrorService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<InterceptorErrorService>; }