MockDaffProductGridFacade
Properties
| Name | Type | Description |
|---|---|---|
| loading$ | BehaviorSubject<boolean> | The loading state for retrieving a list of products. |
| products$ | BehaviorSubject<DaffProduct[]> |
The state for a list of products. |
| dispatch |
| Name | Type | Description |
|---|---|---|
| loading$ | BehaviorSubject<boolean> | The loading state for retrieving a list of products. |
| products$ | BehaviorSubject<DaffProduct[]> |
The state for a list of products. |
| dispatch |