GitHub

DaffExternalRouterInMemoryDriver

The DaffExternalRouterInMemoryDriver is responsible for resolving a URL using the resolver in the provided configuration.

import { DaffExternalRouterInMemoryDriver } from '@daffodil/external-router/driver/in-memory'
@Injectable()
class DaffExternalRouterInMemoryDriver implements DaffExternalRouterDriverInterface {
  resolve(url: string): Observable<DaffExternallyResolvableUrl>
}

Properties

Name Type Description
resolve Observable<DaffExternallyResolvableUrl>

Resolves a URL with a platform. Returns information about the type of URL.