GitHub

DaffProductGetQueryParamsFromRequest

Builds a query param map from a DaffCollectionRequest. Its behavior can be configured via the DAFF_PRODUCT_ROUTING_CONFIG injection token.

import { DaffProductGetQueryParamsFromRequest } from '@daffodil/product/routing'
@Injectable()
class DaffProductGetQueryParamsFromRequest {
  getQueryParams(request: DaffCollectionRequest): Params
}

Properties

Name Type Description
getQueryParams Params