Fix client build

pull/159/head
Chocobozzz 2017-12-04 11:40:45 +01:00
parent be44767854
commit 62e23e40da
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,8 @@ import { RouterModule } from '@angular/router'
import { BsDropdownModule } from 'ngx-bootstrap/dropdown'
import { ModalModule } from 'ngx-bootstrap/modal'
import { ProgressbarModule } from 'ngx-bootstrap/progressbar'
import { BytesPipe, KeysPipe } from 'ngx-pipes'
import { InfiniteScrollModule } from 'ngx-infinite-scroll'
import { BytesPipe, KeysPipe, NgPipesModule } from 'ngx-pipes'
import { SharedModule as PrimeSharedModule } from 'primeng/components/common/shared'
import { DataTableModule } from 'primeng/components/datatable/datatable'
@ -22,7 +23,6 @@ import { VideoAbuseService } from './video-abuse'
import { VideoBlacklistService } from './video-blacklist'
import { VideoThumbnailComponent } from './video/video-thumbnail.component'
import { VideoService } from './video/video.service'
import { InfiniteScrollModule } from 'ngx-infinite-scroll'
@NgModule({
imports: [
@ -38,12 +38,11 @@ import { InfiniteScrollModule } from 'ngx-infinite-scroll'
DataTableModule,
PrimeSharedModule,
InfiniteScrollModule
InfiniteScrollModule,
NgPipesModule
],
declarations: [
BytesPipe,
KeysPipe,
SearchComponent,
LoaderComponent,
VideoThumbnailComponent,