@ -8,9 +8,7 @@
|
||||
|
||||
import {HttpBackend, HttpEvent, HttpEventType, HttpRequest} from '@angular/common/http';
|
||||
import {Injectable} from '@angular/core';
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
import {Observer} from 'rxjs/Observer';
|
||||
import {startWith} from 'rxjs/operator/startWith';
|
||||
import {Observable, Observer} from 'rxjs';
|
||||
|
||||
import {HttpTestingController, RequestMatch} from './api';
|
||||
import {TestRequest} from './request';
|
||||
|
@ -6,8 +6,8 @@
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
*/
|
||||
|
||||
import {HttpErrorResponse, HttpEvent, HttpEventType, HttpHeaders, HttpRequest, HttpResponse} from '@angular/common/http';
|
||||
import {Observer} from 'rxjs/Observer';
|
||||
import {HttpErrorResponse, HttpEvent, HttpHeaders, HttpRequest, HttpResponse} from '@angular/common/http';
|
||||
import {Observer} from 'rxjs';
|
||||
|
||||
/**
|
||||
* A mock requests that was received and is ready to be answered.
|
||||
|
Reference in New Issue
Block a user