Default weather info

This commit is contained in:
Zakary Timson 2019-01-02 00:44:05 -05:00
parent 5324ec76cf
commit 3418f20373

View File

@ -12,7 +12,7 @@ export class WeatherService {
locationKey: string; locationKey: string;
metric = true; metric = true;
sub: Subscription; sub: Subscription;
weather: Weather[]; weather: Weather[] = [];
get icon() { get icon() {
if(!this.weather.length) return ''; if(!this.weather.length) return '';