rxjs migrate

This commit is contained in:
lotte
2018-10-08 12:33:39 +02:00
parent e025f3bc4d
commit 7c16ccafd3
7 changed files with 8 additions and 16 deletions

View File

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