Tool | Version |
---|---|
Angular | 18.2 |
To run application, follow below steps:
- npm install -g @angular/cli - install angular cli globally;
- Install node js by following roles ^18.19.1 || ^20.11.1 || ^22.0.0 - 18.x but higher than 18.19.1, 20.x but higher than 20.11.1, 22.x but lower than 23.0.0
- npm install - install all dependencies;
- npm run run - run application;
- in /src/app/services/api.service.ts change DOT_NET_API_URL and PYTHON_API_URL to your local backend url;
The folder with comparison of JS/React/Angular can be found at this path: ./src/app/comparison/
To run React project:
- go to the following directory: ./src/app/comparison/react.js/
- open terminal in this directory
- run command 'npm install'
- run command 'npm start'
- open the link returned by the terminal in the browser
- to add correct link to your backend:
- go to the file: react.js/src/http.js
- change variable BASE_URL to base url of your backend
- adjust variables propertyDefinitionsUrl and proposalsUrl to use your backend endpoints if needed
Login page: Filled fields on Login page:
src\app\auth\pages\sign-in\
- sign-in.component.scss
- sign-in.component.html
- sign-in.component.ts