diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-13 21:59:19 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-13 21:59:19 +0200 |
commit | 2ac6c5256067b13d90c8c1faa310bd59aea9a1fa (patch) | |
tree | 373089579f161b06de74f887144f9c44d04986ca /client/src/app/app.module.ts | |
parent | 5683534893025b962cfb14fe5c1319b0b278e77d (diff) | |
download | PeerTube-2ac6c5256067b13d90c8c1faa310bd59aea9a1fa.tar.gz PeerTube-2ac6c5256067b13d90c8c1faa310bd59aea9a1fa.tar.zst PeerTube-2ac6c5256067b13d90c8c1faa310bd59aea9a1fa.zip |
Client: fix search dropdown
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 980625f13..80734f7a2 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -6,6 +6,7 @@ import { RouterModule } from '@angular/router'; | |||
6 | import { removeNgStyles, createNewHosts } from '@angularclass/hmr'; | 6 | import { removeNgStyles, createNewHosts } from '@angularclass/hmr'; |
7 | 7 | ||
8 | import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; | 8 | import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; |
9 | import { DropdownModule } from 'ng2-bootstrap/components/dropdown'; | ||
9 | import { ProgressbarModule } from 'ng2-bootstrap/components/progressbar'; | 10 | import { ProgressbarModule } from 'ng2-bootstrap/components/progressbar'; |
10 | import { PaginationModule } from 'ng2-bootstrap/components/pagination'; | 11 | import { PaginationModule } from 'ng2-bootstrap/components/pagination'; |
11 | import { FileUploadModule } from 'ng2-file-upload/ng2-file-upload'; | 12 | import { FileUploadModule } from 'ng2-file-upload/ng2-file-upload'; |
@@ -111,6 +112,7 @@ const APP_PROVIDERS = [ | |||
111 | HttpModule, | 112 | HttpModule, |
112 | RouterModule.forRoot(routes), | 113 | RouterModule.forRoot(routes), |
113 | 114 | ||
115 | DropdownModule, | ||
114 | ProgressbarModule, | 116 | ProgressbarModule, |
115 | PaginationModule, | 117 | PaginationModule, |
116 | FileUploadModule | 118 | FileUploadModule |