]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/videos.module.ts
Client: display video tags
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / videos.module.ts
index fa37ad966b318b643368c21dffc3b60eb2a4bde7..04a06e0a367bd980a94f539caf7ec18e6b749775 100644 (file)
@@ -1,5 +1,7 @@
 import { NgModule } from '@angular/core';
 
+import { TagInputModule } from 'ng2-tag-input';
+
 import { VideosRoutingModule } from './videos-routing.module';
 import { VideosComponent } from './videos.component';
 import { VideoAddComponent, VideoUpdateComponent } from './video-edit';
@@ -16,6 +18,8 @@ import { SharedModule } from '../shared';
 
 @NgModule({
   imports: [
+    TagInputModule,
+
     VideosRoutingModule,
     SharedModule
   ],