File tree Expand file tree Collapse file tree
src/app/process-page/overview/table Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ import {
1111 TranslateModule ,
1212 TranslateService ,
1313} from '@ngx-translate/core' ;
14- import { BehaviorSubject , Observable , of } from 'rxjs' ;
14+ import {
15+ BehaviorSubject ,
16+ of ,
17+ } from 'rxjs' ;
1518import { take } from 'rxjs/operators' ;
1619
1720import { AuthService } from '../../../core/auth/auth.service' ;
@@ -34,9 +37,6 @@ import { ProcessStatus } from '../../processes/process-status.model';
3437import { ProcessBulkDeleteService } from '../process-bulk-delete.service' ;
3538import { ProcessOverviewService } from '../process-overview.service' ;
3639import { ProcessOverviewTableComponent } from './process-overview-table.component' ;
37- import { FindListOptions } from "../../../core/data/find-list-options.model" ;
38- import { RemoteData } from "../../../core/data/remote-data" ;
39- import { PaginatedList } from "../../../core/data/paginated-list.model" ;
4040
4141describe ( 'ProcessOverviewTableComponent' , ( ) => {
4242 let component : ProcessOverviewTableComponent ;
You can’t perform that action at this time.
0 commit comments