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;
metric = true;
sub: Subscription;
weather: Weather[];
weather: Weather[] = [];
get icon() {
if(!this.weather.length) return '';