import { DaffExternalRouterTestingDriver } from '@daffodil/external-router/driver/testing'
The DaffExternalRouterTestingDriver is responsible for translating an arbitrary URI into a DaffExternallyResolvableUrl in testing environments.
@Injectable()
class DaffExternalRouterTestingDriver implements DaffExternalRouterDriverInterface {
resolve(url: string): Observable<DaffExternallyResolvableUrl>
}
Observable<DaffExternallyResolvableUrl>
Resolves a URL with a platform. Returns information about the type of URL.
Parameter | url: string |
---|---|
Description |