]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.module.ts
Client: add more informations to watch video view
[github/Chocobozzz/PeerTube.git] / client / src / app / app.module.ts
index 980625f13495cd8a612f56d635c1b0334e9d2a7e..80734f7a2b15599269bdbdae7b5c27c36229c6e4 100644 (file)
@@ -6,6 +6,7 @@ import { RouterModule } from '@angular/router';
 import { removeNgStyles, createNewHosts } from '@angularclass/hmr';
 
 import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe';
+import { DropdownModule } from 'ng2-bootstrap/components/dropdown';
 import { ProgressbarModule } from 'ng2-bootstrap/components/progressbar';
 import { PaginationModule } from 'ng2-bootstrap/components/pagination';
 import { FileUploadModule } from 'ng2-file-upload/ng2-file-upload';
@@ -111,6 +112,7 @@ const APP_PROVIDERS = [
     HttpModule,
     RouterModule.forRoot(routes),
 
+    DropdownModule,
     ProgressbarModule,
     PaginationModule,
     FileUploadModule