55143: fixed all tests

This commit is contained in:
lotte
2018-10-11 12:02:40 +02:00
parent 7c16ccafd3
commit 3a8f7754fa
56 changed files with 1389 additions and 1256 deletions

View File

@@ -1,13 +1,14 @@
import { of as observableOf, Observable , Observable } from 'rxjs';
import { Observable, of as observableOf } from 'rxjs';
import {
take,
filter,
startWith,
first,
distinctUntilChanged,
filter,
first,
map,
startWith,
switchMap,
take,
withLatestFrom
, map, switchMap, withLatestFrom } from 'rxjs/operators';
} from 'rxjs/operators';
import { Inject, Injectable } from '@angular/core';
import { PRIMARY_OUTLET, Router, UrlSegmentGroup, UrlTree } from '@angular/router';
import { HttpHeaders } from '@angular/common/http';