aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/account/account.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/account/account.service.ts')
-rw-r--r--client/src/app/account/account.service.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/account/account.service.ts b/client/src/app/account/account.service.ts
index 0635c2533..046690347 100644
--- a/client/src/app/account/account.service.ts
+++ b/client/src/app/account/account.service.ts
@@ -1,4 +1,6 @@
1import { Injectable } from '@angular/core'; 1import { Injectable } from '@angular/core';
2import 'rxjs/add/operator/catch';
3import 'rxjs/add/operator/map';
2 4
3import { AuthService } from '../core'; 5import { AuthService } from '../core';
4import { AuthHttp, RestExtractor } from '../shared'; 6import { AuthHttp, RestExtractor } from '../shared';