Name | Type | Description |
---|---|---|
loading$ | BehaviorSubject<boolean> | Whether the product reviews are loading. |
errors$ | BehaviorSubject<DaffStateError []> |
Product page review errors. |
productReviews$ | BehaviorSubject<DaffProductReview []> |
The reviews for the current product page. |
dispatch |