This project was generated with Angular CLI version 8.3.6. The application can be used to list down the job postings based on an initial search based on the status of the position and the job title. The table will list the openings with the first row selected by default and the candidates who have applied for the position. Further selection of the candidate from the 2nd table will render a new table with the list of the interview process(s) details for the selected candidate.
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run json-server --watch src/db.json
. The mockup json file will be hosted on http://localhost:3000
. The server will automatically reload if you make changes to the db.json file.
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. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
- Pagination for a large amount of data.
- Table GUI can be improved