mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
fix circular dependency issues relating to request models
This commit is contained in:
@@ -15,7 +15,6 @@ import { debounceTime, distinctUntilChanged, map, mergeMap, reduce, startWith, s
|
||||
|
||||
import { hasValue } from '../empty.util';
|
||||
import { RemoteData } from '../../core/data/remote-data';
|
||||
import { FindListOptions } from '../../core/data/request.models';
|
||||
import { PaginatedList } from '../../core/data/paginated-list.model';
|
||||
import { Community } from '../../core/shared/community.model';
|
||||
import { CollectionDataService } from '../../core/data/collection-data.service';
|
||||
@@ -25,6 +24,7 @@ import {
|
||||
getFirstSucceededRemoteDataPayload,
|
||||
getFirstSucceededRemoteWithNotEmptyData
|
||||
} from '../../core/shared/operators';
|
||||
import { FindListOptions } from '../../core/data/find-list-options.model';
|
||||
|
||||
/**
|
||||
* An interface to represent a collection entry
|
||||
|
Reference in New Issue
Block a user