mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
rxjs migrate
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { of as observableOf, throwError as observableThrowError } from 'rxjs';
|
||||
import { of as observableOf, throwError as observableThrowError , Observable } from 'rxjs';
|
||||
|
||||
import { catchError, filter, map } from 'rxjs/operators';
|
||||
import { Injectable, Injector } from '@angular/core';
|
||||
@@ -12,8 +12,6 @@ import {
|
||||
HttpResponseBase
|
||||
} from '@angular/common/http';
|
||||
|
||||
import { Observable } from 'rxjs';
|
||||
|
||||
|
||||
import { find } from 'lodash';
|
||||
|
||||
|
Reference in New Issue
Block a user