UNPKG

ngx-testing-tools

Version:
6 lines (5 loc) 365 B
import { Injector } from '@angular/core'; import { InternalGuardCan } from '../../models/guard-can.model'; import { GuardProxy } from '../../proxy/guard-proxy'; import { ChallengeTools } from './models/challenge-tools.model'; export declare function buildChallengeTools(guardProxy: GuardProxy, injector: Injector, guardType: InternalGuardCan): ChallengeTools<any>;