From 471bc22f19767c1cb1e7ba7ad0ddf0ff5f0e88f4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 23 May 2016 09:30:18 +0200 Subject: Add search with field choose support in client --- client/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/tsconfig.json') diff --git a/client/tsconfig.json b/client/tsconfig.json index 1d002f7b0..df46b5d46 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -21,6 +21,8 @@ "compileOnSave": false, "files": [ "angular/app/app.component.ts", + "angular/app/search.component.ts", + "angular/app/search.ts", "angular/friends/services/friends.service.ts", "angular/main.ts", "angular/users/components/login/login.component.ts", -- cgit v1.2.3