Back to Abp

Routes.Component

npm/ng-packs/packages/theme-basic/src/lib/components/routes/routes.component.html

10.3.0473 B
Original Source

@for (route of routesService.visible$ | async; track $index) { } - @if (route.iconClass) { } {{ route.name | abpAsyncLocalization | async }} @if (route.children?.length) { - @if (route.iconClass) { } {{ route.name | abpAsyncLocalization | async }}

} @for (child of route.children; track $index) { } @if (child.path) { @if (child.iconClass) { } {{ child.name | abpLocalization }} }

@if (child.iconClass) { } {{ child.name | abpLocalization }}