mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
switch to live rest-backend, still issue with bitstreams on item page
This commit is contained in:
@@ -17,6 +17,7 @@ export class RemoteData<T> {
|
||||
private responsePending: Observable<boolean>,
|
||||
private isSuccessFul: Observable<boolean>,
|
||||
public errorMessage: Observable<string>,
|
||||
public statusCode: Observable<string>,
|
||||
public payload: Observable<T>
|
||||
) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user