This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
commit 455c13ef6babbcbb42495d1a539cea3fb4f93405 Merge: 90fa102 df080e5 Author: Aman-Mittal <[email protected]> AuthorDate: Sun Jul 19 14:41:18 2026 +0530 Merge pull request #127 from Aman-Mittal/mfe-angular-22 Convert workspace to microfrontend architecture, upgrade to Angular 22, and fix E2E tests angular.json | 170 +- e2e/client.spec.ts | 2 +- e2e/functional-coverage.spec.ts | 24 +- e2e/report-enhancements.spec.ts | 8 +- src/main.ts => federation.config.js | 30 +- package-lock.json | 22174 +++++++++++++------ package.json | 39 +- .../fineract-mfe/eslint.config.js | 35 +- projects/fineract-mfe/federation.config.mjs | 66 + projects/fineract-mfe/public/favicon.ico | Bin 0 -> 3679 bytes projects/fineract-mfe/public/favicon.png | Bin 0 -> 3679 bytes .../fineract-mfe/src/app/app.config.ts | 11 +- .../fineract-mfe/src/app/app.routes.ts | 6 +- .../fineract-mfe/src/app/app.spec.ts | 26 +- .../fineract-mfe/src/app/app.ts | 18 +- .../fineract-mfe/src/bootstrap.ts | 4 +- projects/fineract-mfe/src/index.html | 31 + {src => projects/fineract-mfe/src}/main.ts | 9 +- .../fineract-mfe/src/styles.scss | 6 +- projects/fineract-mfe/tsconfig.app.json | 10 + projects/fineract-mfe/tsconfig.spec.json | 10 + src/app/app.routes.ts | 6 + src/{main.ts => bootstrap.ts} | 0 src/main.ts | 11 +- tsconfig.json | 10 +- 25 files changed, 15465 insertions(+), 7241 deletions(-)
