fix DI errors and stabilize static page navigation
This commit is contained in:
@@ -24,11 +24,11 @@ export class ItemsCarouselComponent implements OnInit {
|
||||
products = signal<Item[]>([]);
|
||||
loading = signal(true);
|
||||
private readonly uiRuntime = inject(UiRuntimeFacade);
|
||||
private readonly productFacade = inject(ProductFacade);
|
||||
|
||||
responsiveOptions: { breakpoint: string; numVisible: number; numScroll: number }[] | undefined;
|
||||
|
||||
constructor(
|
||||
private productFacade: ProductFacade,
|
||||
private cartService: CartService
|
||||
) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user