mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
turning search response in to remotedata
This commit is contained in:

committed by
Lotte Hofstede

parent
4c2cbc55e0
commit
461ba33e0d
@@ -9,7 +9,7 @@ import { Observable } from 'rxjs/Observable';
|
||||
/**
|
||||
* An abstract model class for a DSpaceObject.
|
||||
*/
|
||||
export abstract class DSpaceObject implements CacheableObject, ListableObject {
|
||||
export class DSpaceObject implements CacheableObject, ListableObject {
|
||||
|
||||
self: string;
|
||||
|
||||
|
Reference in New Issue
Block a user