Save Bill Works
This commit is contained in:
@ -35,7 +35,7 @@ export class TableService {
|
||||
}
|
||||
|
||||
running(): Observable<Table[]> {
|
||||
const options = {params: new HttpParams().set('a', 'true')};
|
||||
const options = {params: new HttpParams().set('r', '')};
|
||||
return <Observable<Table[]>>this.http.get<Table[]>(url, options)
|
||||
.pipe(
|
||||
catchError(this.log.handleError(serviceName, 'running'))
|
||||
|
||||
@ -13,7 +13,7 @@ import { MatTableModule } from '@angular/material/table';
|
||||
import { CdkTableModule } from '@angular/cdk/table';
|
||||
import { DragDropModule } from '@angular/cdk/drag-drop';
|
||||
import { FlexLayoutModule } from '@angular/flex-layout';
|
||||
import { TableListComponent } from './table-list/table-list.component';
|
||||
import { TableListComponent } from './table-list/table-list.component';
|
||||
import { TableDetailComponent } from './table-detail/table-detail.component';
|
||||
import { TableRoutingModule } from './tables-routing.module';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user