From 56964f5862dc0c4bf9e56c59ea382fe466f2b81c Mon Sep 17 00:00:00 2001 From: Fahri Gedik <53567152+fahrigedik@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:19:01 +0300 Subject: [PATCH 1/3] Replace LazyLocalizationPipe with AsyncLocalizationPipe Updated the routes component to use AsyncLocalizationPipe instead of LazyLocalizationPipe for route name localization. Adjusted template bindings to use the new pipe, improving consistency and potentially performance. --- .../components/routes/routes.component.html | 103 ++++++------------ .../lib/components/routes/routes.component.ts | 4 +- 2 files changed, 38 insertions(+), 69 deletions(-) diff --git a/npm/ng-packs/packages/theme-basic/src/lib/components/routes/routes.component.html b/npm/ng-packs/packages/theme-basic/src/lib/components/routes/routes.component.html index 9f4fdd900d2..a7061ff83a6 100644 --- a/npm/ng-packs/packages/theme-basic/src/lib/components/routes/routes.component.html +++ b/npm/ng-packs/packages/theme-basic/src/lib/components/routes/routes.component.html @@ -1,109 +1,78 @@