UNPKG

ngx-testing-tools

Version:
5 lines (4 loc) 327 B
import { HttpOptions } from '../../common/tools/http/models/http-options.model'; import { ComponentTestBedFactory } from '../component-test-bed-factory'; import { ComponentTools } from './models'; export declare function buildComponentTools<T>(factory: ComponentTestBedFactory<T>, httpOptions: HttpOptions): ComponentTools<T>;