DaffProductGetCollectionRequestFromRoute
Builds a DaffCollectionRequest
from the query params of the passed route.
Its behavior can be configured via the DAFF_PRODUCT_COLLECTION_QUERY_PARAMS and
DAFF_PRODUCT_COLLECTION_QUERY_PARAM_TRANSFORMS injection tokens.
import { DaffProductGetCollectionRequestFromRoute } from '@daffodil/product/routing'
@Injectable()
class DaffProductGetCollectionRequestFromRoute {
getRequest(queryParamMap: ParamMap): DaffCollectionRequest
}
Properties
Name | Type | Description |
---|---|---|
getRequest | DaffCollectionRequest |