Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 9, 2026

This PR generated automatically to merge dev with rel-10.1. Please review the changed files before merging to prevent any errors that may occur.

fahrigedik and others added 4 commits January 8, 2026 11:19
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.
Appends the async pipe to the abpAsyncLocalization usage in routes.component.html to ensure localized route names are properly resolved from observables.
Replace LazyLocalizationPipe with AsyncLocalizationPipe
@github-actions github-actions bot requested a review from maliming January 9, 2026 11:46
@maliming maliming marked this pull request as ready for review January 9, 2026 11:46
Copilot AI review requested due to automatic review settings January 9, 2026 11:46
@maliming maliming merged commit b9ab5bc into dev Jan 9, 2026
2 checks passed
@maliming maliming deleted the auto-merge/rel-10-1/4261 branch January 9, 2026 11:46
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR merges changes from the dev branch to rel-10.1, updating the routes component in the theme-basic package to use the new AsyncLocalizationPipe instead of the deprecated LazyLocalizationPipe. This change aligns with the framework's migration away from the deprecated pipe, which was renamed to better express its async nature.

Key Changes

  • Replaced deprecated LazyLocalizationPipe with AsyncLocalizationPipe in imports
  • Updated template pipe usage from abpLazyLocalization to abpAsyncLocalization

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
npm/ng-packs/packages/theme-basic/src/lib/components/routes/routes.component.ts Updated imports and standalone component imports array to use AsyncLocalizationPipe instead of deprecated LazyLocalizationPipe
npm/ng-packs/packages/theme-basic/src/lib/components/routes/routes.component.html Updated template pipe references from abpLazyLocalization to abpAsyncLocalization in two locations (lines 15 and 42)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants