Build the parameters page and data log page components.
2 parts:
Implement the parameters/data log pages as Angular components, using the relevant pages in the prototype as a guide.
Header and sidebar are separate components. The parameters page must show the recent value of each parameter for a device, along with a small line chart containing the most recent 7 values for each parameter. The data log page must show a table of all parameter values with columns for Date, Time, Parameter, and Value.
Connect the parameters/data log page components to the backend API using Typescript.
Parameters page must retrieve and display the necessary details/number of parameter values. New parameters can also be added (handle validation errors).
Data log page must retrieve and display all parameters and relevant details.
Model: Parameters
Build the parameters page and data log page components.
2 parts: