We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb5e01a + 1721e81 commit 4924a27Copy full SHA for 4924a27
projects/common/src/time/time-range.service.ts
@@ -59,6 +59,10 @@ export class TimeRangeService {
59
return this.setTimeRange(TimeRangeService.toFixedTimeRange(startTime, endTime));
60
}
61
62
+ public refresh(): void {
63
+ this.setTimeRange(this.getCurrentTimeRange());
64
+ }
65
+
66
private initializeTimeRange(): void {
67
this.navigationService.navigation$
68
.pipe(
0 commit comments