From fa3ebb82047dc9106c2cf6ae63efd0c081b78be3 Mon Sep 17 00:00:00 2001 From: Bryan Cunningham Date: Thu, 4 Dec 2025 11:15:45 -0500 Subject: [PATCH] fix ngif statements --- .../anon-layout/anon-layout.component.html | 68 ++++++++++--------- 1 file changed, 37 insertions(+), 31 deletions(-) diff --git a/libs/components/src/anon-layout/anon-layout.component.html b/libs/components/src/anon-layout/anon-layout.component.html index bad635a05c3..e477955060e 100644 --- a/libs/components/src/anon-layout/anon-layout.component.html +++ b/libs/components/src/anon-layout/anon-layout.component.html @@ -5,14 +5,12 @@ 'tw-min-h-full': clientType === 'browser' || clientType === 'desktop', }" > -
- - - +
+ @if (!hideLogo()) { + + + + }
@@ -30,18 +28,22 @@
- - -

- {{ title() }} -

- -

- {{ title() }} -

-
+ @if (title()) { + + +

+ {{ title() }} +

+ +

+ {{ title() }} +

+
+ } -
{{ subtitle() }}
+ @if (subtitle()) { +
{{ subtitle() }}
+ }
- + @if (!hideFooter()) { + + } @if (!hideBackgroundIllustration()) {