From b0c36821d1dcf362f14c99ca3741e7d03aea0a04 Mon Sep 17 00:00:00 2001 From: Jorropo Date: Tue, 4 Sep 2018 11:01:54 +0200 Subject: Add video recomandation by tags (#1001) * Recommendation by tags (thx bradsk88) Thx bradsk88 for the help. * Prefer jest-preset-angular to skip need for babel config * Fix jest --- client/src/app/shared/video/recommendation-info.model.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 client/src/app/shared/video/recommendation-info.model.ts (limited to 'client/src/app/shared/video/recommendation-info.model.ts') diff --git a/client/src/app/shared/video/recommendation-info.model.ts b/client/src/app/shared/video/recommendation-info.model.ts new file mode 100644 index 000000000..0233563bb --- /dev/null +++ b/client/src/app/shared/video/recommendation-info.model.ts @@ -0,0 +1,4 @@ +export interface RecommendationInfo { + uuid: string + tags?: string[] +} -- cgit v1.2.3