From 04cd8be32ff4602149149646ac16a351c8c9fd8d Mon Sep 17 00:00:00 2001 From: Pipicz Petra Date: Wed, 29 Jul 2026 11:02:03 +0200 Subject: [PATCH] feat(content-card): use anchor instead of button for card link buttons - Replace the button element with (click) handler navigation by a proper anchor tag using [href], consistent with the existing link button in the content card template. --- .../app/components/content-card/content-card.component.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/demo/src/app/components/content-card/content-card.component.html b/projects/demo/src/app/components/content-card/content-card.component.html index 500fe733..84d08354 100644 --- a/projects/demo/src/app/components/content-card/content-card.component.html +++ b/projects/demo/src/app/components/content-card/content-card.component.html @@ -70,9 +70,7 @@

{{ data. @for (button of data.button; track $index) {
- + {{ button.text }}
}