UPI should be interchangeable with ID and checked in the backend
response format:
[
{
"option": string,
"index": int,
"subReason": reason[]
}
]
response format:
status 200
request body:
{
"option": string,
"index": int
}
response format:
{
[
"id": 0,
"name": string
]
}
response format:
status 200
request body:
{
"upi": string,
}
- enter the api URL into api.service.ts ln 22
- add the API key
- uncomment login.component.ts ln 43
- remove temp data login.component.ts ln21-ln36 change to an empty array
- uncomment login.component.ts ln 43
- remove temp data logout.component.ts ln10-ln22 change to an empty array
This project was generated with Angular CLI version 11.0.6.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.