Prototype for RAG and palm oil fruit ripeness detection UI. Dedicated UI(temp)
|
|
hai 1 semana | |
|---|---|---|
| .github | hai 7 meses | |
| .vscode | hai 8 meses | |
| build | hai 4 meses | |
| cert | hai 1 semana | |
| git | hai 3 semanas | |
| public | hai 1 ano | |
| src | hai 1 semana | |
| .browserslistrc | hai 3 meses | |
| .editorconfig | %!s(int64=2) %!d(string=hai) anos | |
| .gitignore | %!s(int64=2) %!d(string=hai) anos | |
| .gitmodules | hai 6 meses | |
| .nvmrc | hai 1 mes | |
| CLAUDE.md | hai 1 semana | |
| README.md | hai 4 meses | |
| angular.json | hai 1 semana | |
| clean-project.ps1 | hai 10 meses | |
| init-project.ps1 | hai 7 meses | |
| ngsw-config.json | hai 1 ano | |
| package.json | hai 1 semana | |
| tsconfig.app.json | %!s(int64=2) %!d(string=hai) anos | |
| tsconfig.json | hai 1 mes | |
| tsconfig.spec.json | %!s(int64=2) %!d(string=hai) anos |
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.