diff options
Diffstat (limited to 'client/angular/friends/services/friends.service.ts')
-rw-r--r-- | client/angular/friends/services/friends.service.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/angular/friends/services/friends.service.ts b/client/angular/friends/services/friends.service.ts index 4eb1fc67b..cb34323e4 100644 --- a/client/angular/friends/services/friends.service.ts +++ b/client/angular/friends/services/friends.service.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | import { Injectable } from 'angular2/core'; | 1 | import { Injectable } from '@angular/core'; |
2 | import { Http, Response } from 'angular2/http'; | 2 | import { Http, Response } from '@angular/http'; |
3 | import { Observable } from 'rxjs/Rx'; | 3 | import { Observable } from 'rxjs/Rx'; |
4 | 4 | ||
5 | @Injectable() | 5 | @Injectable() |