Docker config

This commit is contained in:
2019-10-05 21:23:10 -04:00
parent 76e6955a03
commit 94e3acbd47
3 changed files with 66 additions and 3 deletions

View File

@@ -24,9 +24,7 @@ enum TimeSpan {
export class WeatherChartsComponent implements OnInit {
public chart: Chart;
private loading = true;
public loading = true;
public timeSpanItems: { [value: number]: string } = {};
public timeSpans: typeof TimeSpan = TimeSpan;
public maxDate: moment.Moment = moment().endOf('day');