From 3558b6f575363a960be6d76e2731e3be88775270 Mon Sep 17 00:00:00 2001 From: ncoronel Date: Thu, 24 Sep 2026 15:42:44 -0300 Subject: [PATCH] feat(carousel): add size probe for responsive layout and optimize item width calculation --- .../carousel/carousel.component.html | 6 + .../carousel/carousel.component.scss | 9 ++ .../carousel/carousel.component.spec.ts | 129 ++++++++++++++++-- .../components/carousel/carousel.component.ts | 86 +++++++++--- .../product-list/product-list.component.html | 3 + 5 files changed, 201 insertions(+), 32 deletions(-) diff --git a/src/app/shared/components/carousel/carousel.component.html b/src/app/shared/components/carousel/carousel.component.html index a908b81..4c01b1f 100644 --- a/src/app/shared/components/carousel/carousel.component.html +++ b/src/app/shared/components/carousel/carousel.component.html @@ -1,4 +1,10 @@