Client: fix client error handling

pull/40/head
Chocobozzz 2017-01-19 22:26:39 +01:00
parent cc3e2d9b7a
commit c625a9560b
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import { Observable } from 'rxjs/Observable';
import { Subject } from 'rxjs/Subject';
import 'rxjs/add/operator/map';
import 'rxjs/add/operator/mergeMap';
import 'rxjs/add/observable/throw';
// Do not use the barrel (dependency loop)
import { AuthStatus } from '../../shared/auth/auth-status.model';