From 0629423ce335137ce77d1ee8fe30fc0eee36d83b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 8 Jul 2016 17:15:14 +0200 Subject: Client: Update to Angular RC4 --- client/tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/tsconfig.json') diff --git a/client/tsconfig.json b/client/tsconfig.json index 54b931ba6..c7f61902c 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -28,10 +28,12 @@ ], "files": [ "src/app/app.component.ts", + "src/app/app.routes.ts", "src/app/friends/friend.service.ts", "src/app/friends/index.ts", "src/app/login/index.ts", "src/app/login/login.component.ts", + "src/app/login/login.routes.ts", "src/app/shared/index.ts", "src/app/shared/search/index.ts", "src/app/shared/search/search-field.type.ts", @@ -60,6 +62,8 @@ "src/app/videos/video-watch/index.ts", "src/app/videos/video-watch/video-watch.component.ts", "src/app/videos/video-watch/webtorrent.service.ts", + "src/app/videos/videos.component.ts", + "src/app/videos/videos.routes.ts", "src/custom-typings.d.ts", "src/main.ts", "src/polyfills.ts", -- cgit v1.2.3