GitHub

DaffInMemoryBackendNavigationService

import { DaffInMemoryBackendNavigationService } from '@daffodil/navigation/driver/in-memory'
@Injectable()
class DaffInMemoryBackendNavigationService implements DaffInMemorySingleRouteableBackend {
  readonly collectionName: DAFF_NAVIGATION_IN_MEMORY_COLLECTION_NAME
  get navigationTree(): DaffNavigationTree
  parseRequestUrl(
    url: string
    utils: RequestInfoUtilities
  ): ParsedRequestUrl
  createDb(): any
  get(reqInfo: any)
}

Properties

Name Type Description
collectionName DAFF_NAVIGATION_IN_MEMORY_COLLECTION_NAME
navigationTree DaffNavigationTree
parseRequestUrl ParsedRequestUrl
createDb any
get