import { MockDaffBestSellersFacade } from '@daffodil/product/state/testing'
@Injectable()
class MockDaffBestSellersFacade implements DaffStoreFacade<Action> {
loading$: BehaviorSubject<boolean> = new BehaviorSubject(false)
bestSellers$: BehaviorSubject<DaffProduct[]> = new BehaviorSubject([])
dispatch(action: Action<string>): void
}
void
Parameter | action: Action |
---|---|
Description |