mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
added normalized models and builders
This commit is contained in:
@@ -11,8 +11,8 @@ export enum RemoteDataState {
|
||||
* A class to represent the state of a remote resource
|
||||
*/
|
||||
export class RemoteData<T> {
|
||||
|
||||
constructor(
|
||||
public self: string,
|
||||
private requestPending: Observable<boolean>,
|
||||
private responsePending: Observable<boolean>,
|
||||
private isSuccessFul: Observable<boolean>,
|
||||
|
Reference in New Issue
Block a user