npm install --force
ng serve
node app.js
The project has just three different component in one page and it works based on SPA(Single Page Application).
Operations that users can do for Staff Record System are:
- Adding new staff record,
- Updating exist staff record,
- Deleting exist staff record.
- Angular: Frontend
- Nodejs: Backend
- json file: data.json to store data
Essentially in this project, different components are used. This usage is example for angular
component structure to use more complex angular projects.