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 8bb8278 Merge pull request #121 from apache/Aman-Mittal-patch-1
add fb2873d add InstitutionConfigService for mode-based feature toggles
(#119)
add 9a98287 refactor: derive InstitutionType guard from featureMatrix
keys (#119)
new 98a1b3d Merge pull request #124 from
paultofunmi/feature/119-institution-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/institution-config.service.spec.ts | 99 ++++++++++++++++++++++
.../core/services/institution-config.service.ts | 96 +++++++++++++++++++++
2 files changed, 195 insertions(+)
create mode 100644 src/app/core/services/institution-config.service.spec.ts
create mode 100644 src/app/core/services/institution-config.service.ts