update(){ this.timeInterval = interval(2000).pipe(startWith(0), switchMap(() => this.deviceService.getDeviceList()) ).subscribe((success: any) => { this.rowData