This is an automated email from the ASF dual-hosted git repository.
Aman-Mittal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
from 1cb891a Merge pull request #130 from
apache/dependabot/github_actions/actions/setup-java-5.5.0
add 7be6228 add NavItemConfig interface and NavigationConfigService (#116)
add 02a5b6c added test for ALL_FUNCTIONS_READ satisfy a non-READ
new d2134e0 Merge pull request #129 from
paultofunmi/feature/116-nav-item-config-service
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../services/navigation-config.service.spec.ts | 251 ++++++++++
src/app/core/services/navigation-config.service.ts | 531 +++++++++++++++++++++
2 files changed, 782 insertions(+)
create mode 100644 src/app/core/services/navigation-config.service.spec.ts
create mode 100644 src/app/core/services/navigation-config.service.ts