UNPKG

ngx-testing-tools

Version:
5 lines (4 loc) 315 B
import { HttpOptions } from '../../common/tools/http/models/http-options.model'; import { ServiceTestBedFactory } from '../service-test-bed-factory'; import { ServiceTools } from './models'; export declare function buildServiceTools<T>(factory: ServiceTestBedFactory<T>, httpOptions: HttpOptions): ServiceTools<T>;