From de59c48f5f317018e3f746bbe4a7b7efe00109f2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 23 Aug 2016 16:54:21 +0200 Subject: Client: centralize http res extraction in a service --- client/tsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'client/tsconfig.json') diff --git a/client/tsconfig.json b/client/tsconfig.json index 53e6fd571..60ca14221 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -68,6 +68,16 @@ "src/app/shared/form-validators/index.ts", "src/app/shared/form-validators/url.validator.ts", "src/app/shared/index.ts", + "src/app/shared/rest/index.ts", + "src/app/shared/rest/mock-rest-table.ts", + "src/app/shared/rest/rest-extractor.service.ts", + "src/app/shared/rest/rest-filter.model.ts", + "src/app/shared/rest/rest-pagination.ts", + "src/app/shared/rest/rest-sort.ts", + "src/app/shared/rest/rest-table-page.ts", + "src/app/shared/rest/rest-table.spec.ts", + "src/app/shared/rest/rest-table.ts", + "src/app/shared/rest/rest.service.ts", "src/app/shared/search/index.ts", "src/app/shared/search/search-field.type.ts", "src/app/shared/search/search.component.ts", -- cgit v1.2.3