From 5b4b452f4bde0b4b90c876164c312eb0c0696f05 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Mon, 10 Aug 2026 20:35:23 +0200 Subject: [PATCH] Task/clean up this in carousel component template (#7587) Clean up --- libs/ui/src/lib/carousel/carousel.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ui/src/lib/carousel/carousel.component.html b/libs/ui/src/lib/carousel/carousel.component.html index 3c0945483..7c9bf50f3 100644 --- a/libs/ui/src/lib/carousel/carousel.component.html +++ b/libs/ui/src/lib/carousel/carousel.component.html @@ -1,4 +1,4 @@ -@if (this.showPrevArrow) { +@if (showPrevArrow) {