turning search response in to remotedata

This commit is contained in:
Art Lowel
2018-02-26 16:06:35 +01:00
committed by Lotte Hofstede
parent 4c2cbc55e0
commit 461ba33e0d
5 changed files with 86 additions and 26 deletions

View File

@@ -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;