From e8366603ad34d3ae707ebb63dbe6f5a624be80a1 Mon Sep 17 00:00:00 2001 From: Aditya Pawar <143347456+JustAdi10@users.noreply.github.com> Date: Sun, 12 Oct 2025 17:19:28 +0530 Subject: [PATCH] Task/extract footer to component (#5702) * Extract footer to component * Update changelog --- CHANGELOG.md | 1 + apps/client/src/app/app.component.html | 188 +----------------- apps/client/src/app/app.component.scss | 18 -- apps/client/src/app/app.component.ts | 35 ---- apps/client/src/app/app.module.ts | 7 +- .../components/footer/footer.component.html | 181 +++++++++++++++++ .../components/footer/footer.component.scss | 16 ++ .../app/components/footer/footer.component.ts | 74 +++++++ 8 files changed, 278 insertions(+), 242 deletions(-) create mode 100644 apps/client/src/app/components/footer/footer.component.html create mode 100644 apps/client/src/app/components/footer/footer.component.scss create mode 100644 apps/client/src/app/components/footer/footer.component.ts diff --git a/CHANGELOG.md b/CHANGELOG.md index cee2662a2..9a555fa34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Disabled the zoom functionality in the _Progressive Web App_ (PWA) - Optimized the get quotes functionality by utilizing the asset profile resolutions in the _Financial Modeling Prep_ service +- Extracted the footer to a component ## 2.208.0 - 2025-10-11 diff --git a/apps/client/src/app/app.component.html b/apps/client/src/app/app.component.html index 2f5faa24c..61d5023e2 100644 --- a/apps/client/src/app/app.component.html +++ b/apps/client/src/app/app.component.html @@ -11,8 +11,8 @@ > You are using the Live Demo. Create Account - + + } @if (!canCreateAccount && user?.systemMessage) {
@if (showFooter) { -