mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
rxjs migrate
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user