UNPKG

ngx-testing-tools

Version:
8 lines (7 loc) 185 B
import { HttpTools } from './http-tools.model'; export interface HttpTestingTools { /** * Only when the test bed option `httpTesting` is `true`. */ http: HttpTools; }