In this project earthquakes provided by the earthquakes api are listed in a data table and the most significant earthquakes of the last 24 h are shown in a news component. In the data table it is possible to select a certain time period, to sort the entries according to certain attributes and to filter the data by text input.
Attention: The number of Api events has been limited to 1000. This number is already reached after a period of a few days. It is frightening how many earthquakes are recorded within one day (278 in the image). The dashboard is not yet mobile responisve.
This project was generated with Angular CLI version 7.3.0.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.