angular-openweather-app
angular-openweather-app copied to clipboard
A weather forecast app written in AngularJS
Results
3
angular-openweather-app issues
Sort by
recently updated
recently updated
newest added
Helo, I'm developing similar app but on angular 2 and faced huge problem with getting forecast data for 5 days. I cannot show it in my template as it is...
// SERVICES weatherApp.service('cityService', function() { ``` this.city = "New York, NY"; ``` }); //taking the weather API info and make a service out of it and then I will have...