DaffProductGridFacade
A facade for accessing state for a list of products from an application component.
Properties
| Name | Type | Description |
|---|---|---|
| loading$ | Observable<boolean> | The loading state for retrieving a list of products. |
| products$ | Observable<T[]> | The state for a list of products. |
| dispatch |