mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-07-26 10:28:45 +00:00
oops, 1 second interval
This commit is contained in:
@@ -19,7 +19,7 @@ export class FiveoclockComponent implements OnInit {
|
||||
|
||||
constructor(private timezoneService: TimezoneService){
|
||||
this.timezones = this.timezoneService.getTimezones()
|
||||
var second = interval(10000).pipe(startWith(0))
|
||||
var second = interval(1000).pipe(startWith(0))
|
||||
|
||||
second.subscribe(()=>{
|
||||
this.fiveOclocks = [];
|
||||
|
||||
Reference in New Issue
Block a user