diff options
Diffstat (limited to 'client/angular/users/services/auth.service.ts')
-rw-r--r-- | client/angular/users/services/auth.service.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/angular/users/services/auth.service.ts b/client/angular/users/services/auth.service.ts index fc5048d8a..099563d43 100644 --- a/client/angular/users/services/auth.service.ts +++ b/client/angular/users/services/auth.service.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | import { Injectable } from 'angular2/core'; | 1 | import { Injectable } from '@angular/core'; |
2 | import { Http, Response, Headers, URLSearchParams, RequestOptions } from 'angular2/http'; | 2 | import { Http, Response, Headers, URLSearchParams, RequestOptions } from '@angular/http'; |
3 | import { Observable, Subject } from 'rxjs/Rx'; | 3 | import { Observable, Subject } from 'rxjs/Rx'; |
4 | 4 | ||
5 | import { AuthStatus } from '../models/authStatus'; | 5 | import { AuthStatus } from '../models/authStatus'; |