- install node https://nodejs.org/en/
- from command prompat run npm install -g @angular/cli
- Open Visual studio and open Visual studio code command prompot put this command : cd linkenertest-app
- run npm install
- run the server which contains api
- run command line in ng serve --open
- the app Conatins two Reusable components one for the chart and one for the data table (linkener-chart & linkener-data-table)
- the app contains service file which handle http requests Get/Put
- the app conatins service file which handle pagination for the data table
- Display data from reading service in data table
- Adding pagination to data tabe
- Display data on the chart according to current page
- Drop down for changing the date range for the request currently i pust the date range static in the code