UNPKG

ns2-front-module-common

Version:
8 lines (7 loc) 258 B
import { EventEmitter } from "@angular/core"; import { HttpErrorInterface } from "../intefraces/http-error.interface"; export declare class HttpErrorService { private _handler; constructor(); readonly handler: EventEmitter<HttpErrorInterface>; }