From 0fffdc5c5a4490b870e35e8f6e9d2f74fb8da1e6 Mon Sep 17 00:00:00 2001 From: ncoronel Date: Tue, 22 Sep 2026 15:17:04 -0300 Subject: [PATCH] feat(carousel): add reusable horizontal carousel --- .../store-header/store-header.component.html | 18 +- .../store-header/store-header.component.scss | 39 ++-- .../store-header/store-header.component.ts | 23 ++- .../horizontal-carousel.component.html | 63 ++++++ .../horizontal-carousel.component.scss | 71 +++++++ .../horizontal-carousel.component.spec.ts | 180 ++++++++++++++++++ .../horizontal-carousel.component.ts | 154 +++++++++++++++ 7 files changed, 509 insertions(+), 39 deletions(-) create mode 100644 src/app/shared/components/horizontal-carousel/horizontal-carousel.component.html create mode 100644 src/app/shared/components/horizontal-carousel/horizontal-carousel.component.scss create mode 100644 src/app/shared/components/horizontal-carousel/horizontal-carousel.component.spec.ts create mode 100644 src/app/shared/components/horizontal-carousel/horizontal-carousel.component.ts diff --git a/src/app/core/layout/store-layout/store-header/store-header.component.html b/src/app/core/layout/store-layout/store-header/store-header.component.html index f980a54..4ac1307 100644 --- a/src/app/core/layout/store-layout/store-header/store-header.component.html +++ b/src/app/core/layout/store-layout/store-header/store-header.component.html @@ -52,17 +52,11 @@ @if (headerType() === 'immersive' && displayCategories() && categories().length) { -