From 5d65fe6c92aea47f06b0a83250527fcbbbc6d884 Mon Sep 17 00:00:00 2001 From: David Requeno Date: Tue, 4 Nov 2025 19:28:53 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff76b0c2..fb9c8383a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the build executor of the client from `@nx/angular:webpack-browser` to `@nx/angular:browser-esbuild` - Improved the language localization for German (`de`) +- Refactored the app component to standalone ### Fixed