mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
intermediate commit
This commit is contained in:
@@ -3,6 +3,7 @@ import { Bitstream } from './bitstream.model';
|
||||
import { Collection } from './collection.model';
|
||||
import { RemoteData } from '../data/remote-data';
|
||||
import { Observable } from 'rxjs/Observable';
|
||||
import { PaginatedList } from '../data/paginated-list';
|
||||
|
||||
export class Community extends DSpaceObject {
|
||||
|
||||
@@ -58,6 +59,6 @@ export class Community extends DSpaceObject {
|
||||
*/
|
||||
owner: Observable<RemoteData<Community>>;
|
||||
|
||||
collections: Observable<RemoteData<Collection[]>>;
|
||||
collections: Observable<RemoteData<PaginatedList<Collection>>>;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user