GitHub

DaffInMemoryGeographyService

Service

import { DaffInMemoryGeographyService } from '@daffodil/geography/driver/in-memory'

@Injectable()
class DaffInMemoryGeographyService extends DaffInMemoryDriverBase implements DaffGeographyServiceInterface<DaffCountry> {
  get(countryId: string): any
  list(): any
}

() Methods

get
any

Retrieve precise information about a specific country.

Parameters
ParametercountryId: string
Description
list
any

Retrieves the list of countries available to the given store.