From 1942f11d5ee6926ad93dc1b79fae18325ba5de18 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 23 Jun 2020 14:49:20 +0200 Subject: Lazy load all routes --- .../+videos/+video-watch/recommendations/recommendation-info.model.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 client/src/app/+videos/+video-watch/recommendations/recommendation-info.model.ts (limited to 'client/src/app/+videos/+video-watch/recommendations/recommendation-info.model.ts') diff --git a/client/src/app/+videos/+video-watch/recommendations/recommendation-info.model.ts b/client/src/app/+videos/+video-watch/recommendations/recommendation-info.model.ts new file mode 100644 index 000000000..0233563bb --- /dev/null +++ b/client/src/app/+videos/+video-watch/recommendations/recommendation-info.model.ts @@ -0,0 +1,4 @@ +export interface RecommendationInfo { + uuid: string + tags?: string[] +} -- cgit v1.2.3