UNPKG

ngx-testing-tools

Version:
4 lines (3 loc) 267 B
import { HttpTestingController } from '@angular/common/http/testing'; import { ErrorResponseConfig } from './models/error-response-config.model'; export declare function emitFakeErrorResponse(httpController: HttpTestingController, config: ErrorResponseConfig): void;