Prototype for RAG and palm oil fruit ripeness detection UI. Dedicated UI(temp)
|
|
6 дней назад | |
|---|---|---|
| .github | 7 месяцев назад | |
| .vscode | 8 месяцев назад | |
| build | 4 месяцев назад | |
| cert | 1 неделя назад | |
| git | 3 недель назад | |
| public | 1 год назад | |
| src | 6 дней назад | |
| .browserslistrc | 3 месяцев назад | |
| .editorconfig | 2 лет назад | |
| .gitignore | 2 лет назад | |
| .gitmodules | 6 месяцев назад | |
| .nvmrc | 1 месяц назад | |
| CLAUDE.md | 6 дней назад | |
| README.md | 4 месяцев назад | |
| angular.json | 1 неделя назад | |
| clean-project.ps1 | 10 месяцев назад | |
| init-project.ps1 | 7 месяцев назад | |
| ngsw-config.json | 1 год назад | |
| package.json | 1 неделя назад | |
| tsconfig.app.json | 2 лет назад | |
| tsconfig.json | 1 месяц назад | |
| tsconfig.spec.json | 2 лет назад |
Code repository for FISApp UI project.
Demo Site: Financial Information System
Current Angular Version: ^21.1.2
**requires NodeJS version ^20.19.0 || ^22.12.0 || ^24.0.0
After cloning this project, checkout your project to the dev branch by running git checkout origin/dev.
Initialize project by running ./init-project. This will automatically install all required dependencies.
It is recommended to run the ./clean-project script whenever a new library is added.
If you encounter the following error while trying to run ng serve,
please run ./clean-project.
Alternatively, you may delete all contents of this folder: [your_project_directory]/src/dependencies/angularlib/node_modules/@angular
You may do so by running
Windows powershell:
rm -r -force src/dependencies/angularlib/node_modules/@angular
Linux/MacOS:
rm -rf src/dependencies/angularlib/node_modules/@angular
[ERROR] TS-993004: Unable to import class CommonModule.
The symbol is not exported from [your_project_directory]/src/dependencies/angularlib/node_modules/@angular/common/index.d.ts (module '@angular/common'). [plugin angular-compiler]
Project dependencies can be found in src/dependencies
angularlib - SWOPT's angular library for commonly used components
dp-ui - Domain Proxy library (UI version)
etc...

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.