A facade for getting state about the reviews on a product page.
| Name | Type | Description | 
|---|---|---|
| loading$ | Observable<boolean> | Whether the product reviews are loading. | 
| errors$ | Observable< DaffStateError[]> | Product page review errors. | 
| productReviews$ | Observable<T[]> | The reviews for the current product page. |