Language: TypeScript 3.7 or above
Framework: Angular 9.0 or above
Major Packages: Bootstrap 4, AmCharts 4, MyDateRangePicker
This is a web application that provides analytical support for stored historical data in the iChen® System.
The user can download historical data as well as display analytical charts on the same data.
- Install Angular:
npm install @angular/cli -g
- Restore packages:
npm install
- Build:
ng build --prod
- Completed app is in the
dist
directory