From c16ce1de8e8c21ad2136335d3b0b7d230e6d2f24 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 13 Jan 2017 12:16:00 +0100 Subject: Client: add basic aot support --- client/src/app/account/account.service.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/account/account.service.ts') 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 @@ import { Injectable } from '@angular/core'; +import 'rxjs/add/operator/catch'; +import 'rxjs/add/operator/map'; import { AuthService } from '../core'; import { AuthHttp, RestExtractor } from '../shared'; -- cgit v1.2.3