From e91890011e100b677d35598e2feec7c6252e89bf Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 21 Dec 2017 10:49:52 +0100 Subject: Add tooltip to likes/dislikes bar --- client/src/app/videos/+video-watch/video-watch.module.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/src/app/videos/+video-watch/video-watch.module.ts') diff --git a/client/src/app/videos/+video-watch/video-watch.module.ts b/client/src/app/videos/+video-watch/video-watch.module.ts index 18319de1a..d0ed29d06 100644 --- a/client/src/app/videos/+video-watch/video-watch.module.ts +++ b/client/src/app/videos/+video-watch/video-watch.module.ts @@ -4,6 +4,7 @@ import { VideoWatchRoutingModule } from './video-watch-routing.module' import { MarkdownService } from '../shared' import { SharedModule } from '../../shared' import { ClipboardModule } from 'ngx-clipboard' +import { TooltipModule } from 'ngx-bootstrap/tooltip'; import { VideoWatchComponent } from './video-watch.component' import { VideoReportComponent } from './video-report.component' @@ -14,7 +15,8 @@ import { VideoDownloadComponent } from './video-download.component' imports: [ VideoWatchRoutingModule, SharedModule, - ClipboardModule + ClipboardModule, + TooltipModule.forRoot() ], declarations: [ -- cgit v1.2.3