Add video recomandation by tags (#1001)
authorJorropo <jorropo.pgm@gmail.com>
Tue, 4 Sep 2018 09:01:54 +0000 (11:01 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 4 Sep 2018 09:01:54 +0000 (11:01 +0200)
commitb0c36821d1dcf362f14c99ca3741e7d03aea0a04
treeba2e84ae6f1559f9e3027feab0422e2bf5ad04a8
parent5cf84858d49f4231cc4efec5e3132f17f65f6cf6
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
12 files changed:
client/package.json
client/src/app/shared/video/recommendation-info.model.ts [new file with mode: 0644]
client/src/app/videos/+video-edit/shared/video-edit.component.html
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/recommendations/recent-videos-recommendation.service.spec.ts
client/src/app/videos/recommendations/recent-videos-recommendation.service.ts
client/src/app/videos/recommendations/recommendations.service.ts
client/src/app/videos/recommendations/recommended-videos.component.ts
client/src/app/videos/recommendations/recommended-videos.store.ts
client/src/setupJest.ts [new file with mode: 0644]
client/src/tsconfig.spec.json [new file with mode: 0644]
client/yarn.lock