Awesome
Tracking Covid-19 data with interactive maps and charts in Angular 9 using D3
This projects shows how to build interactive maps and charts of COVID-19 data inside an Angular 9 application using the D3 JavaScript framework.
Click here to view application overview.
Click here to view the demo app.
Main Dependencies
-
Angular 9.1.9
-
D3 5.16.0
This project was generated with Angular CLI version 9.1.9.
To serve
Run the following to prevent memory errors node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve
To deploy
node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng deploy --base-href=https://jcbowyer.github.io/d3-in-angular/