From a1d5ecb6faf0706744799d6162ceba71763496f1 Mon Sep 17 00:00:00 2001 From: ncoronel Date: Thu, 23 Jul 2026 12:09:21 -0300 Subject: [PATCH] feat(carousel): implement circular layout and enhance navigation logic --- .../carousel/carousel.component.html | 45 ++++++- .../carousel/carousel.component.scss | 38 +++++- .../carousel/carousel.component.spec.ts | 68 +++++----- .../components/carousel/carousel.component.ts | 120 +++++++++++++++--- 4 files changed, 211 insertions(+), 60 deletions(-) diff --git a/src/app/shared/components/carousel/carousel.component.html b/src/app/shared/components/carousel/carousel.component.html index 907e474..3e73b1e 100644 --- a/src/app/shared/components/carousel/carousel.component.html +++ b/src/app/shared/components/carousel/carousel.component.html @@ -3,17 +3,48 @@