Browse Source
Merge pull request #20666 from abpframework/issue-breadcrumbConfigurationsForAbp
Angular - Route Based Breadcrumb Configuration for Account Package
pull/20812/head
oykuermann
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
0 deletions
-
npm/ng-packs/packages/account/config/src/providers/route.provider.ts
|
|
|
@ -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, |
|
|
|
}, |
|
|
|
{ |
|
|
|
@ -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, |
|
|
|
}, |
|
|
|
{ |
|
|
|
|