issues
search
Pavanct
/
mensawebapp
Web app to view canteens/mensas in Germany
MIT License
0
stars
0
forks
source link
Mensa list component
#1
Closed
Pavanct
closed
5 years ago
Pavanct
commented
5 years ago
[ ] Fetch the canteens list from openmensa api -(
http://openmensa.org/api/v2/canteens
) Use HttpClient from angular/common/http in mensaservice.
[ ] Use mensalist component to display data, use data table from angular material (
https://material.angular.io/components/categories/tables
) hint: use constructor to initiate call to service.