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

@@ -2,7 +2,7 @@ import { AuthError } from './auth-error.model';
import { AuthTokenInfo } from './auth-token-info.model';
import { EPerson } from '../../eperson/models/eperson.model';
import { RemoteData } from '../../data/remote-data';
import { Observable } from 'rxjs/Observable';
import { Observable } from 'rxjs';
export class AuthStatus {