Skip to content

Commit

Permalink
Merge pull request #20666 from abpframework/issue-breadcrumbConfigura…
Browse files Browse the repository at this point in the history
…tionsForAbp

Angular - Route Based Breadcrumb Configuration for Account Package
  • Loading branch information
oykuermann committed Sep 12, 2024
2 parents 57b708d + 86aa97c commit c660fbc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export function configureRoutes(routes: RoutesService) {
name: eAccountRouteNames.Account,
invisible: true,
layout: eLayoutType.account,
breadcrumbText: eAccountRouteNames.Account,
iconClass: 'bi bi-person-fill-gear',
order: 1,
},
{
Expand All @@ -33,6 +35,8 @@ export function configureRoutes(routes: RoutesService) {
name: eAccountRouteNames.ManageProfile,
parentName: eAccountRouteNames.Account,
layout: eLayoutType.application,
breadcrumbText: 'AbpAccount::Manage',
iconClass: 'bi bi-kanban-fill',
order: 3,
},
{
Expand Down

0 comments on commit c660fbc

Please sign in to comment.