Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • There is a DataService for each type of DSpaceObject.
  • These data services ensure resources get fetched from the rest api (the _mock_ rest  rest api at this point), and stored in the ngrx store
  • The find methods in the DataServices return RemoteData objects
  •  RemoteData objects contain the status of the request (loading/failed/succeeded) and the data (or error message), as observables.

...