We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
abpLazyLocalization
1 parent 8f9d85c commit 0f1c326Copy full SHA for 0f1c326
npm/ng-packs/packages/theme-basic/src/lib/components/routes/routes.component.html
@@ -12,7 +12,7 @@
12
@if (route.iconClass) {
13
<i [ngClass]="route.iconClass"></i>
14
}
15
- {{ route.name | abpLazyTranslate | async }}
+ {{ route.name | abpLazyLocalization | async }}
16
</a>
17
</li>
18
</ng-template>
@@ -39,7 +39,7 @@
39
40
41
42
43
44
<div
45
#routeContainer
0 commit comments