The product inmemory driver to mock the product backend service.
Name | Type | Description |
---|---|---|
getAll | Observable<DaffProduct []> |
Get all products. |
getBestSellers | Observable<DaffProduct []> |
Get best selling products. |
get | Observable<DaffProductDriverResponse > |
Get a product by Id. |
getByUrl | Observable<DaffProductDriverResponse > |
Get a product by URL. |