SL-edi / covid-visualisation

0 stars 0 forks source link

Feature/8 country and time range selectors #29

Closed AdrianBorg closed 4 years ago

AdrianBorg commented 4 years ago

Added a date select component and decided to use the angular/moment component for date range selector. Also updates the date format depending on the user's browser language settings.

Also updated the region select component to use the moment library so that they'll be similar.

Set both components to sync each of their instances up with their respective services, so that changing the region/date on one will change it on all of them.

closes #8