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, Observable } from 'rxjs';
import { of as observableOf, Observable , Subscription } from 'rxjs';
import { map, filter } from 'rxjs/operators';
import { Component, OnInit } from '@angular/core';
@@ -16,7 +16,6 @@ import {
} from '../../core/auth/selectors';
import { EPerson } from '../../core/eperson/models/eperson.model';
import { AuthService, LOGIN_ROUTE, LOGOUT_ROUTE } from '../../core/auth/auth.service';
import { Subscription } from 'rxjs/Subscription';
@Component({
selector: 'ds-auth-nav-menu',